cheat code entry

This commit is contained in:
Haze Weathers 2023-01-10 02:47:10 -05:00
parent dcca66620e
commit 349a46b8fa
11 changed files with 50 additions and 8 deletions

View file

@ -26,7 +26,7 @@ func _ready():
func _physics_process(delta):
#DEBUG
if debug == true:
if debug == true && !CodeEntry.entry && !CodeEntry.entry_index > 0:
#Show console
if Input.is_action_just_pressed("debug_show"):
console.visible = !console.visible