Added eart
This commit is contained in:
parent
4ea08b1c5f
commit
84ca23f486
15 changed files with 180 additions and 33 deletions
4
player-shield.gd
Normal file
4
player-shield.gd
Normal file
|
@ -0,0 +1,4 @@
|
|||
extends CollisionShape2D
|
||||
|
||||
func destroy():
|
||||
$AnimatedSprite2D.play("die")
|
Loading…
Add table
Add a link
Reference in a new issue