forked from team-sg/hero-mark-2
cheat code entry
This commit is contained in:
parent
dcca66620e
commit
349a46b8fa
11 changed files with 50 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue