1
0
Fork 0
This repository has been archived on 2024-05-12. You can view files and clone it, but cannot push or open issues or pull requests.
GMTK-2023-Postjam/Scripts/attack.gd

5 lines
65 B
GDScript

extends Area2D
func _on_area_entered(area):
area.queue_free()