Skip to content

Commit

Permalink
Finalize update 1.4.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DarwinBaker committed Mar 10, 2022
1 parent 46b09c9 commit 64afd82
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 3 deletions.
40 changes: 40 additions & 0 deletions AATool/AATool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,45 @@
<Content Include="assets\sprites\global\gui\all_blocks\popup_block_border.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="assets\sprites\global\gui\frames\furnace\fire_flat%2496x32x0.5.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="assets\sprites\global\gui\frames\furnace\frame_furnace_back_complete^78.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="assets\sprites\global\gui\frames\furnace\frame_furnace_back_complete^52.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="assets\sprites\global\gui\frames\furnace\frame_furnace_portrait.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="assets\sprites\global\gui\frames\geode\frame_geode_back^52.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="assets\sprites\global\gui\frames\geode\frame_geode_back^78.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="assets\sprites\global\gui\frames\geode\frame_geode_border^52.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="assets\sprites\global\gui\frames\geode\frame_geode_border^78.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="assets\sprites\global\gui\frames\geode\frame_geode_border_complete^52.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="assets\sprites\global\gui\frames\geode\frame_geode_back_complete^52.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="assets\sprites\global\gui\frames\geode\frame_geode_border_complete^78.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="assets\sprites\global\gui\frames\geode\frame_geode_back_complete^78.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="assets\sprites\global\gui\frames\geode\frame_geode_portrait.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="assets\sprites\global\gui\icons\strider_walking%2440x40.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
Expand Down Expand Up @@ -3261,6 +3300,7 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<Folder Include="assets\objectives\1.17\blocks\" />
<Folder Include="assets\sprites\blocks\" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
2 changes: 1 addition & 1 deletion AATool/Configuration/MainConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class MainConfig : Config
{"Light Mode", (Hex("F0F0F0"), Hex("000000"), Hex("C4C4C4"))},
{"GitHub Dark", (Hex("0D1117"), Hex("C9D1D9"), Hex("30363D"))},
{"Ender Pearl", (Hex("0C3730"), Hex("C6F2EA"), Hex("349988"))},
{"Blazed", (Hex("91360B"), Hex("FFFFB4"), Hex("E4871F"))},
{"Blazed", (Hex("91360B"), Hex("FFFFCC"), Hex("E4871F"))},
{"Brick", (Hex("804040"), Hex("FFFFFF"), Hex("AA5A5A"))},
{"Berry", (Hex("411126"), Hex("C9D1D9"), Hex("5E1938"))},
{"Couri Enjoyer", (Hex("502880"), Hex("C9D1D9"), Hex("8336B6"))},
Expand Down
4 changes: 2 additions & 2 deletions AATool/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("1.4.2.2")]
[assembly: AssemblyFileVersion("1.4.2.2")]
[assembly: AssemblyVersion("1.4.2.3")]
[assembly: AssemblyFileVersion("1.4.2.3")]
[assembly: NeutralResourcesLanguage("en")]
1 change: 1 addition & 0 deletions AATool/Winforms/Controls/COverlaySettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ private void PopulateFrameStyles()
this.frameStyle.Items.Add("Minecraft");
foreach (string theme in Config.MainConfig.Themes.Keys)
this.frameStyle.Items.Add(theme);
this.frameStyle.Items.Add("Geode");
this.frameStyle.Items.Add("None");
}

Expand Down
Binary file not shown.

0 comments on commit 64afd82

Please sign in to comment.