Added Controls Menu Icon

This commit is contained in:
JappaWakka 2021-09-30 00:18:58 +02:00
parent 5e5e355fd4
commit bb6181679d
3 changed files with 4 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 638 B

View File

@ -27397,6 +27397,9 @@
<Content Include="Content\Textures\UI\Options\ContentPacks.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Content\Textures\UI\Options\Controls.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Content\Textures\UI\Options\Language.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>

View File

@ -1043,7 +1043,7 @@ Public Class NewMainMenuScreen
Case 1
_sprite = TextureManager.GetTexture("Textures\UI\OptionsMenu")
Case 2
_sprite = TextureManager.GetTexture("Textures\UI\OptionsMenu")
_sprite = TextureManager.GetTexture("Textures\UI\Options\Controls")
Case 3
_sprite = TextureManager.GetTexture("Textures\UI\Options\ContentPacks")
End Select