added copper

This commit is contained in:
pennyrigate 2023-01-17 16:55:26 -05:00
parent 74288e3ec6
commit 47a369f9fb
9 changed files with 176 additions and 23 deletions

View file

@ -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