mirror of
https://github.com/creyD/ludum_dare_46.git
synced 2026-06-13 05:52:24 +02:00
fixed script bugs
This commit is contained in:
6
src/Objects/Bonfire/Bonfire.gd
Normal file
6
src/Objects/Bonfire/Bonfire.gd
Normal file
@@ -0,0 +1,6 @@
|
||||
extends StaticBody2D
|
||||
|
||||
|
||||
|
||||
func _on_Hurtbox_area_entered(area):
|
||||
queue_free()
|
||||
Reference in New Issue
Block a user