Minor changes
This commit is contained in:
parent
d408c9d196
commit
88c4e8de53
|
@ -17,9 +17,9 @@
|
||||||
Core.GameOptions.SaveOptions()
|
Core.GameOptions.SaveOptions()
|
||||||
|
|
||||||
If Core.GameOptions.LightingEnabled Then
|
If Core.GameOptions.LightingEnabled Then
|
||||||
Core.GameMessage.ShowMessage(Localization.GetString("game_message_lighting_on", "Lighting Enabled"), 12, FontManager.MainFont, Color.White)
|
Core.GameMessage.ShowMessage(OldLocalization.GetString("game_message_lighting_on", "Lighting Enabled"), 12, FontManager.MainFont, Color.White)
|
||||||
Else
|
Else
|
||||||
Core.GameMessage.ShowMessage(Localization.GetString("game_message_lighting_off", "Lighting Disabled"), 12, FontManager.MainFont, Color.White)
|
Core.GameMessage.ShowMessage(OldLocalization.GetString("game_message_lighting_off", "Lighting Disabled"), 12, FontManager.MainFont, Color.White)
|
||||||
End If
|
End If
|
||||||
ElseIf KeyBoardHandler.KeyPressed(KeyBindings.FullScreenKey) AndAlso Core.CurrentScreen.CanGoFullscreen Then
|
ElseIf KeyBoardHandler.KeyPressed(KeyBindings.FullScreenKey) AndAlso Core.CurrentScreen.CanGoFullscreen Then
|
||||||
ToggleFullScreen()
|
ToggleFullScreen()
|
||||||
|
@ -33,7 +33,7 @@
|
||||||
If KeyBoardHandler.KeyDown(KeyBindings.DebugKey) = True Then
|
If KeyBoardHandler.KeyDown(KeyBindings.DebugKey) = True Then
|
||||||
If KeyBoardHandler.KeyPressed(Keys.F) Then
|
If KeyBoardHandler.KeyPressed(Keys.F) Then
|
||||||
TextureManager.TextureList.Clear()
|
TextureManager.TextureList.Clear()
|
||||||
Core.GameMessage.ShowMessage(Localization.GetString("game_message_debug_texture_list_clear", "Texture list have cleared"), 12, FontManager.MainFont, Color.White)
|
Core.GameMessage.ShowMessage(OldLocalization.GetString("game_message_debug_texture_list_clear", "Texture list have cleared"), 12, FontManager.MainFont, Color.White)
|
||||||
ElseIf KeyBoardHandler.KeyPressed(Keys.S) Then
|
ElseIf KeyBoardHandler.KeyPressed(Keys.S) Then
|
||||||
Core.SetWindowSize(New Vector2(1200, 680))
|
Core.SetWindowSize(New Vector2(1200, 680))
|
||||||
ElseIf KeyBoardHandler.KeyPressed(Keys.L) Then
|
ElseIf KeyBoardHandler.KeyPressed(Keys.L) Then
|
||||||
|
|
|
@ -6,8 +6,8 @@
|
||||||
Shared _valid As Boolean = False
|
Shared _valid As Boolean = False
|
||||||
|
|
||||||
Const RUNVALIDATION As Boolean = False
|
Const RUNVALIDATION As Boolean = False
|
||||||
Const EXPECTEDSIZE As Integer = 42417361
|
Const EXPECTEDSIZE As Integer = 42417354
|
||||||
Const METAHASH As String = "ODNEM0E3NkZFMTNBODk2ODAyODAxRkYzN0U3RTM0Mzk="
|
Const METAHASH As String = "RUM3N0U1REM0NzREQjkzRUU2MEE1NDk2MUQxNDU5NDU="
|
||||||
|
|
||||||
Public Shared ReadOnly Property IsValid(ByVal ForceResult As Boolean) As Boolean
|
Public Shared ReadOnly Property IsValid(ByVal ForceResult As Boolean) As Boolean
|
||||||
Get
|
Get
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue