mirror of
https://github.com/creyD/ludum_dare_46.git
synced 2026-06-14 06:22:22 +02:00
9 lines
107 B
GDScript
9 lines
107 B
GDScript
extends AnimatedSprite
|
|
|
|
func _ready():
|
|
play("place")
|
|
|
|
|
|
func _on_Hurtbox_area_entered(area):
|
|
queue_free()
|