Added eart

This commit is contained in:
Ultrablob 2025-02-06 10:40:18 -05:00
parent 4ea08b1c5f
commit 84ca23f486
15 changed files with 180 additions and 33 deletions

4
player-shield.gd Normal file
View file

@ -0,0 +1,4 @@
extends CollisionShape2D
func destroy():
$AnimatedSprite2D.play("die")