mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-27 15:54:25 +02:00
Changed SandboxSwitch to F3+O (B was boundingbox)
This commit is contained in:
parent
90464e6530
commit
ad49e7af7b
@ -173,7 +173,7 @@ Public Class OverworldCamera
|
|||||||
|
|
||||||
Public Overrides Sub Update()
|
Public Overrides Sub Update()
|
||||||
If GameController.IS_DEBUG_ACTIVE = True Or Core.Player.IsGameJoltSave = False Then
|
If GameController.IS_DEBUG_ACTIVE = True Or Core.Player.IsGameJoltSave = False Then
|
||||||
If KeyBoardHandler.KeyDown(KeyBindings.DebugKey) = True AndAlso KeyBoardHandler.KeyPressed(Keys.B) = True Then
|
If KeyBoardHandler.KeyDown(KeyBindings.DebugKey) = True AndAlso KeyBoardHandler.KeyPressed(Keys.O) = True Then
|
||||||
Core.Player.SandBoxMode = Not Core.Player.SandBoxMode
|
Core.Player.SandBoxMode = Not Core.Player.SandBoxMode
|
||||||
If Core.Player.SandBoxMode = True Then
|
If Core.Player.SandBoxMode = True Then
|
||||||
Core.GameMessage.ShowMessage(Localization.GetString("game_message_sandbox_mode_on"), 12, FontManager.MainFont, Color.White)
|
Core.GameMessage.ShowMessage(Localization.GetString("game_message_sandbox_mode_on"), 12, FontManager.MainFont, Color.White)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user