Added NewOptionScreen

This commit is contained in:
CaptainSegis 2017-10-15 14:12:47 -05:00
parent 326916231a
commit 2b86e92a66
6 changed files with 1131 additions and 4 deletions

View File

@ -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" />

View File

@ -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)

View File

@ -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)

File diff suppressed because it is too large Load Diff

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB