Added Controls Menu Icon
This commit is contained in:
parent
5e5e355fd4
commit
bb6181679d
Binary file not shown.
After Width: | Height: | Size: 638 B |
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue