mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-29 00:34:38 +02:00
Added Controls Menu Icon
This commit is contained in:
parent
5e5e355fd4
commit
bb6181679d
BIN
P3D/Content/Textures/UI/Options/Controls.png
Normal file
BIN
P3D/Content/Textures/UI/Options/Controls.png
Normal file
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…
x
Reference in New Issue
Block a user