4 lines
73 B
GDScript
4 lines
73 B
GDScript
extends CollisionShape2D
|
|
|
|
func destroy():
|
|
$AnimatedSprite2D.play("die")
|