remove some stray random prints
This commit is contained in:
parent
7ffdbf6219
commit
83f0bccd9a
9 changed files with 0 additions and 10 deletions
|
@ -23,8 +23,6 @@ func _physics_process(delta):
|
|||
#Resume with pause button
|
||||
if Input.is_action_just_pressed("pause"):
|
||||
unpause()
|
||||
|
||||
Console.print(get_tree().paused)
|
||||
|
||||
func _input(event: InputEvent) -> void:
|
||||
if can_switch_lore:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue