Changed SandboxSwitch to F3+O (B was boundingbox)

This commit is contained in:
JappaWakka 2024-08-10 11:07:55 +02:00
parent 90464e6530
commit ad49e7af7b
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ Public Class OverworldCamera
Public Overrides Sub Update()
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
If Core.Player.SandBoxMode = True Then
Core.GameMessage.ShowMessage(Localization.GetString("game_message_sandbox_mode_on"), 12, FontManager.MainFont, Color.White)