added coopa

This commit is contained in:
Jonas Braus
2024-08-03 00:57:40 +02:00
parent a706375da0
commit 1cd04a27cf
8 changed files with 322 additions and 32 deletions
+1
View File
@@ -38,6 +38,7 @@ func _physics_process(delta):
@onready var die_sound = $dieSound
func f_die():
innocent = true
speed = 0
animated_sprite_2d.play("die")
timer.start()