final changes, we're ready

This commit is contained in:
JHDev2006
2025-09-13 17:17:14 +01:00
parent 55d2a7c7ca
commit 2f102e61de
4 changed files with 3 additions and 26 deletions

View File

@@ -197,7 +197,7 @@ func _process(delta: float) -> void:
log_comment("Reloaded resource packs!")
handle_p_switch(delta)
if Input.is_key_label_pressed(KEY_F11) and debug_mode == false:
if Input.is_key_label_pressed(KEY_F11) and debug_mode == false and OS.is_debug_build():
AudioManager.play_global_sfx("switch")
debug_mode = true
log_comment("Debug Mode enabled! some bugs may occur!")