added copper
This commit is contained in:
parent
74288e3ec6
commit
47a369f9fb
9 changed files with 176 additions and 23 deletions
|
@ -6,7 +6,6 @@ func _ready():
|
|||
$Body/Resume.grab_focus()
|
||||
|
||||
func _physics_process(delta):
|
||||
print(get_tree().paused)
|
||||
#Resume with pause button
|
||||
if Input.is_action_just_pressed("pause"):
|
||||
get_tree().paused = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue