mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-27 07:44:31 +02:00
Make Shift the default Battle Style
This commit is contained in:
parent
3318e02c67
commit
f8d50ed35a
@ -401,7 +401,7 @@
|
|||||||
Public BoxAmount As Integer = 10
|
Public BoxAmount As Integer = 10
|
||||||
Public DiagonalMovement As Boolean = False
|
Public DiagonalMovement As Boolean = False
|
||||||
Public DifficultyMode As Integer = 0
|
Public DifficultyMode As Integer = 0
|
||||||
Public BattleStyle As Integer = 1
|
Public BattleStyle As Integer = 0
|
||||||
Public ShowModelsInBattle As Boolean = True
|
Public ShowModelsInBattle As Boolean = True
|
||||||
Public TempSurfSkin As String = "Hilbert"
|
Public TempSurfSkin As String = "Hilbert"
|
||||||
Public TempRideSkin As String = ""
|
Public TempRideSkin As String = ""
|
||||||
@ -2207,7 +2207,7 @@
|
|||||||
DiagonalMovement = False
|
DiagonalMovement = False
|
||||||
RepelSteps = 0
|
RepelSteps = 0
|
||||||
DifficultyMode = 0
|
DifficultyMode = 0
|
||||||
BattleStyle = 1
|
BattleStyle = 0
|
||||||
ShowModelsInBattle = True
|
ShowModelsInBattle = True
|
||||||
SaveCreated = "Pre 0.21"
|
SaveCreated = "Pre 0.21"
|
||||||
LastPokemonPosition = New Vector3(999)
|
LastPokemonPosition = New Vector3(999)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user