ape-ame/player-shield.gd
2025-02-06 10:40:18 -05:00

4 lines
73 B
GDScript

extends CollisionShape2D
func destroy():
$AnimatedSprite2D.play("die")