feature/Coin #32

Merged
cromer merged 22 commits from feature/Coin into develop 2022-08-27 22:39:01 -04:00
Showing only changes of commit 7083f680ee - Show all commits

View File

@ -1,7 +1,7 @@
extends CanvasLayer
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _physics_process(delta):
func _physics_process(_delta):
if get_tree().paused:
visible = false
else: