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