mirror of
https://github.com/creyD/ludum_dare_46.git
synced 2026-06-11 21:22:22 +02:00
7 lines
75 B
GDScript
7 lines
75 B
GDScript
extends StaticBody2D
|
|
|
|
|
|
|
|
func _on_Hurtbox_area_entered(area):
|
|
queue_free()
|