mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-23 05:45:52 +02:00
Added NewOptionScreen
This commit is contained in:
parent
326916231a
commit
2b86e92a66
@ -1694,7 +1694,7 @@
|
||||
<Compile Include="Screens\MapScreen.vb" />
|
||||
<Compile Include="Screens\NewMenuScreen.vb" />
|
||||
<Compile Include="Screens\NewTrainerScreen.vb" />
|
||||
<Compile Include="Screens\OptionScreen.vb" />
|
||||
<Compile Include="Screens\NewOptionScreen.vb" />
|
||||
<Compile Include="Screens\PC\HallOfFameScreen.vb" />
|
||||
<Compile Include="Screens\PC\MailSystemScreen.vb" />
|
||||
<Compile Include="Screens\PC\StorageSystemScreen.vb" />
|
||||
|
@ -360,7 +360,7 @@
|
||||
Public BoxAmount As Integer = 10
|
||||
Public DiagonalMovement As Boolean = False
|
||||
Public DifficultyMode As Integer = 0
|
||||
Public BattleStyle As Integer = 0
|
||||
Public BattleStyle As Integer = 1
|
||||
Public ShowModelsInBattle As Boolean = True
|
||||
Public TempSurfSkin As String = "Hilbert"
|
||||
Public TempRideSkin As String = ""
|
||||
@ -2029,7 +2029,7 @@
|
||||
DiagonalMovement = False
|
||||
RepelSteps = 0
|
||||
DifficultyMode = 0
|
||||
BattleStyle = 0
|
||||
BattleStyle = 1
|
||||
ShowModelsInBattle = True
|
||||
SaveCreated = "Pre 0.21"
|
||||
LastPokemonPosition = New Vector3(999)
|
||||
|
@ -275,7 +275,7 @@
|
||||
Case "Save"
|
||||
Core.SetScreen(New SaveScreen(Me))
|
||||
Case "Options"
|
||||
Core.SetScreen(New OptionScreen(Me))
|
||||
Core.SetScreen(New NewOptionScreen(Me))
|
||||
Case "Exit"
|
||||
Core.SetScreen(PreScreen)
|
||||
Case Screen.Level.BugCatchingContestData.GetSplit(2) & " x" & Core.Player.Inventory.GetItemAmount(177)
|
||||
|
1115
2.5DHero/2.5DHero/Screens/NewOptionScreen.vb
Normal file
1115
2.5DHero/2.5DHero/Screens/NewOptionScreen.vb
Normal file
File diff suppressed because it is too large
Load Diff
@ -46447,3 +46447,15 @@
|
||||
/processorParam:TextureFormat=Color
|
||||
/build:GUI/unknownSprite.png
|
||||
|
||||
#begin GUI/Menus/Options.png
|
||||
/importer:TextureImporter
|
||||
/processor:TextureProcessor
|
||||
/processorParam:ColorKeyColor=255,0,255,255
|
||||
/processorParam:ColorKeyEnabled=True
|
||||
/processorParam:GenerateMipmaps=False
|
||||
/processorParam:PremultiplyAlpha=True
|
||||
/processorParam:ResizeToPowerOfTwo=False
|
||||
/processorParam:MakeSquare=False
|
||||
/processorParam:TextureFormat=Color
|
||||
/build:GUI/Menus/Options.png
|
||||
|
||||
|
BIN
2.5DHero/2.5DHeroContent/Content/GUI/Menus/Options.png
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/GUI/Menus/Options.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
Loading…
x
Reference in New Issue
Block a user