mirror of
https://github.com/creyD/ludum_dare_46.git
synced 2026-06-12 13:32:23 +02:00
5 lines
67 B
GDScript
5 lines
67 B
GDScript
extends Node2D
|
|
|
|
func _on_Hurtbox_area_entered(area):
|
|
queue_free()
|