mirror of
https://github.com/BubbaGumpShrump/AutoTrackR2.git
synced 2025-07-28 19:59:13 +00:00
Compare commits
No commits in common. "2b805428eb88cb372ce140643c03b85157c7fac3" and "eb50d878b4d872fa33b86c55bf1eaee3cc615c20" have entirely different histories.
2b805428eb
...
eb50d878b4
12 changed files with 388 additions and 379 deletions
Binary file not shown.
Before ![]() (image error) Size: 83 KiB |
Binary file not shown.
Before ![]() (image error) Size: 26 KiB |
Binary file not shown.
Before ![]() (image error) Size: 385 KiB |
Binary file not shown.
Before ![]() (image error) Size: 28 KiB After ![]() (image error) Size: 271 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 5 KiB |
Binary file not shown.
Before ![]() (image error) Size: 10 KiB |
Before ![]() (image error) Size: 66 KiB After ![]() (image error) Size: 66 KiB ![]() ![]() |
|
@ -13,6 +13,23 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Remove="Assets\AVSQN.png" />
|
||||
<None Remove="Assets\BlightVeil.png" />
|
||||
<None Remove="Assets\BOBGREL.png" />
|
||||
<None Remove="Assets\chibifox.png" />
|
||||
<None Remove="Assets\D3VL.png" />
|
||||
<None Remove="Assets\EMP.png" />
|
||||
<None Remove="Assets\Gankhub.png" />
|
||||
<None Remove="Assets\HEX.png" />
|
||||
<None Remove="Assets\HIT.png" />
|
||||
<None Remove="Assets\MAMMON.png" />
|
||||
<None Remove="Assets\NMOS.png" />
|
||||
<None Remove="Assets\NW.png" />
|
||||
<None Remove="Assets\RACKETEERS.png" />
|
||||
<None Remove="Assets\SHADOWMOSES.png" />
|
||||
<None Remove="Assets\VOX.png" />
|
||||
<None Remove="Assets\WRITH.png" />
|
||||
<None Remove="Assets\ZAP.png" />
|
||||
<None Remove="config.ini" />
|
||||
<None Remove="Fonts\Orbitron-Bold.ttf" />
|
||||
<None Remove="Fonts\Roboto-Regular.ttf" />
|
||||
|
@ -26,7 +43,73 @@
|
|||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Resource Include="Assets\*.png">
|
||||
<Resource Include="Assets\BlightVeil.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Resource>
|
||||
<Resource Include="Assets\Gankhub.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Resource>
|
||||
<Resource Include="Assets\HEX.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Resource>
|
||||
<Resource Include="Assets\IP.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Resource>
|
||||
<Resource Include="Assets\NMOS.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Resource>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Resource Include="Assets\AVSQN.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Resource>
|
||||
<Resource Include="Assets\BOBGREL.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Resource>
|
||||
<Resource Include="Assets\chibifox.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Resource>
|
||||
<Resource Include="Assets\D3VL.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Resource>
|
||||
<Resource Include="Assets\EMP.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Resource>
|
||||
<Resource Include="Assets\GN.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Resource>
|
||||
<Resource Include="Assets\AutoTrackR.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Resource>
|
||||
<Resource Include="Assets\HIT.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Resource>
|
||||
<Resource Include="Assets\MAMMON.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Resource>
|
||||
<Resource Include="Assets\NW.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Resource>
|
||||
<Resource Include="Assets\RACKETEERS.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Resource>
|
||||
<Resource Include="Assets\SHADOWMOSES.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Resource>
|
||||
<Resource Include="Assets\VOX.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Resource>
|
||||
<Resource Include="Assets\WRITH.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Resource>
|
||||
<Resource Include="Assets\cinderborn.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Resource>
|
||||
<Resource Include="Assets\shadowguard.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Resource>
|
||||
<Resource Include="Assets\ZAP.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Resource>
|
||||
<Resource Include="config.ini" />
|
||||
|
|
|
@ -207,6 +207,7 @@
|
|||
Margin="0,7,0,5"/>
|
||||
<Slider x:Name="ThemeSlider"
|
||||
Minimum="0"
|
||||
Maximum="24"
|
||||
Value="0"
|
||||
TickFrequency="1"
|
||||
IsSnapToTickEnabled="True"
|
||||
|
|
|
@ -43,12 +43,6 @@ public partial class ConfigPage : UserControl
|
|||
const string themeJsonPath = "themes.json";
|
||||
var themeJson = File.ReadAllText(themeJsonPath);
|
||||
_themes = JsonSerializer.Deserialize<Dictionary<string, Theme>>(themeJson);
|
||||
|
||||
// Set the theme slider's maximum value based on the number of themes
|
||||
if (_themes != null)
|
||||
{
|
||||
ThemeSlider.Maximum = _themes.Count - 1;
|
||||
}
|
||||
}
|
||||
|
||||
// Method to change the logo image in MainWindow
|
||||
|
|
|
@ -39,7 +39,9 @@ namespace AutoTrackR2
|
|||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
// Log the error or handle it appropriately
|
||||
Debug.WriteLine($"Error loading logo image: {ex.Message}");
|
||||
// Optionally set a default logo or handle the error
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -8,8 +8,7 @@
|
|||
"AltText": "#A88F2C"
|
||||
},
|
||||
"Logo": {
|
||||
"Path": "/Assets/AutoTrackR.png",
|
||||
"Primary": "#00A9E0"
|
||||
"Path": "/Assets/AutoTrackR.png"
|
||||
}
|
||||
},
|
||||
"Green": {
|
||||
|
@ -21,8 +20,7 @@
|
|||
"AltText": "#DCD6C4"
|
||||
},
|
||||
"Logo": {
|
||||
"Path": "/Assets/AutoTrackR.png",
|
||||
"Primary": "#1D9F00"
|
||||
"Path": "/Assets/AutoTrackR.png"
|
||||
}
|
||||
},
|
||||
"Red": {
|
||||
|
@ -34,8 +32,7 @@
|
|||
"AltText": "#A88F2C"
|
||||
},
|
||||
"Logo": {
|
||||
"Path": "/Assets/AutoTrackR.png",
|
||||
"Primary": "#D32F2F"
|
||||
"Path": "/Assets/AutoTrackR.png"
|
||||
}
|
||||
},
|
||||
"Purple": {
|
||||
|
@ -47,8 +44,7 @@
|
|||
"AltText": "#B3976E"
|
||||
},
|
||||
"Logo": {
|
||||
"Path": "/Assets/AutoTrackR.png",
|
||||
"Primary": "#32CD32"
|
||||
"Path": "/Assets/AutoTrackR.png"
|
||||
}
|
||||
},
|
||||
"GN": {
|
||||
|
@ -99,8 +95,7 @@
|
|||
"AltText": "#A88F2C"
|
||||
},
|
||||
"Logo": {
|
||||
"Path": "/Assets/HIT.png",
|
||||
"Primary": "#B92D2D"
|
||||
"Path": "/Assets/HIT.png"
|
||||
}
|
||||
},
|
||||
"WRAITH": {
|
||||
|
@ -112,7 +107,7 @@
|
|||
"AltText": "#8B0000"
|
||||
},
|
||||
"Logo": {
|
||||
"Path": "/Assets/WRAITH.png",
|
||||
"Path": "/Assets/WRITH.png",
|
||||
"Primary": "#ff0000"
|
||||
}
|
||||
},
|
||||
|
@ -121,7 +116,7 @@
|
|||
"Accent": "#FF4500",
|
||||
"Button": "#2A0A0A",
|
||||
"Background": "#1A0000",
|
||||
"Text": "#FFFFFF",
|
||||
"Text": "#FF8C42",
|
||||
"AltText": "#FF6B35"
|
||||
},
|
||||
"Logo": {
|
||||
|
@ -132,14 +127,14 @@
|
|||
"EMP": {
|
||||
"Colors": {
|
||||
"Accent": "#F5721C",
|
||||
"Button": "#1A1A1A",
|
||||
"Button": "#535353",
|
||||
"Background": "#080000",
|
||||
"Text": "#FFFFFF",
|
||||
"AltText": "#F3BD9B"
|
||||
"AltText": "#CEA75B"
|
||||
},
|
||||
"Logo": {
|
||||
"Path": "/Assets/EMP.png",
|
||||
"Primary": "#F5721C"
|
||||
"Primary": "#F3BD9B"
|
||||
}
|
||||
},
|
||||
"AVS": {
|
||||
|
@ -168,19 +163,6 @@
|
|||
"Primary": "#00FF00"
|
||||
}
|
||||
},
|
||||
"AXP": {
|
||||
"Colors": {
|
||||
"Accent": "#E61E00",
|
||||
"Button": "#250B0B",
|
||||
"Background": "#150404",
|
||||
"Text": "#FFFFFF",
|
||||
"AltText": "#FF3333"
|
||||
},
|
||||
"Logo": {
|
||||
"Path": "/Assets/axp.png",
|
||||
"Primary": "#E61E00"
|
||||
}
|
||||
},
|
||||
"Mammon": {
|
||||
"Colors": {
|
||||
"Accent": "#FFD700",
|
||||
|
@ -268,21 +250,20 @@
|
|||
"AltText": "#FF3333"
|
||||
},
|
||||
"Logo": {
|
||||
"Path": "/Assets/BlightVeil.png",
|
||||
"Path": "/Assets/Blightveil.png",
|
||||
"Primary": "#8B4AC6"
|
||||
}
|
||||
},
|
||||
"Gankhub": {
|
||||
"Colors": {
|
||||
"Accent": "#FF8C00",
|
||||
"Button": "#331400",
|
||||
"Background": "#1A0A00",
|
||||
"Text": "#FFB366",
|
||||
"AltText": "#FF8C00"
|
||||
"Accent": "#ffa500",
|
||||
"Button": "#2C2C2C",
|
||||
"Background": "#1b1b1b",
|
||||
"Text": "#FFFFFF",
|
||||
"AltText": "#ffa500"
|
||||
},
|
||||
"Logo": {
|
||||
"Path": "/Assets/Gankhub.png",
|
||||
"Primary": "#FF8C00"
|
||||
"Path": "/Assets/Gankhub.png"
|
||||
}
|
||||
},
|
||||
"IronPoint": {
|
||||
|
@ -336,57 +317,5 @@
|
|||
"Path": "/Assets/ZAP.png",
|
||||
"Primary": "#FFD700"
|
||||
}
|
||||
},
|
||||
"DMC": {
|
||||
"Colors": {
|
||||
"Accent": "#FF0000",
|
||||
"Button": "#1A0000",
|
||||
"Background": "#0A0000",
|
||||
"Text": "#FFFFFF",
|
||||
"AltText": "#FF3333"
|
||||
},
|
||||
"Logo": {
|
||||
"Path": "/Assets/DMC.png",
|
||||
"Primary": "#FF0000"
|
||||
}
|
||||
},
|
||||
"BRTE": {
|
||||
"Colors": {
|
||||
"Accent": "#FF4500",
|
||||
"Button": "#1A0A00",
|
||||
"Background": "#0A0500",
|
||||
"Text": "#FFFFFF",
|
||||
"AltText": "#FF8C42"
|
||||
},
|
||||
"Logo": {
|
||||
"Path": "/Assets/BRTE.png",
|
||||
"Primary": "#FF4500"
|
||||
}
|
||||
},
|
||||
"FCU": {
|
||||
"Colors": {
|
||||
"Accent": "#9CAF88",
|
||||
"Button": "#2A3324",
|
||||
"Background": "#1A1F15",
|
||||
"Text": "#FFFFFF",
|
||||
"AltText": "#B8C7A8"
|
||||
},
|
||||
"Logo": {
|
||||
"Path": "/Assets/FCU.png",
|
||||
"Primary": "#9CAF88"
|
||||
}
|
||||
},
|
||||
"THEENCLAVE": {
|
||||
"Colors": {
|
||||
"Accent": "#FF0000",
|
||||
"Button": "#1A0000",
|
||||
"Background": "#0A0000",
|
||||
"Text": "#FFFFFF",
|
||||
"AltText": "#FF3333"
|
||||
},
|
||||
"Logo": {
|
||||
"Path": "/Assets/THEENCLAVE.png",
|
||||
"Primary": "#FF0000"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue