mirror of
https://github.com/creyD/ludum_dare_46.git
synced 2026-06-12 21:42:23 +02:00
Traps updated, Live and Collactables added
This commit is contained in:
6
src/Objects/Barrel/Barrel.gd
Normal file
6
src/Objects/Barrel/Barrel.gd
Normal file
@@ -0,0 +1,6 @@
|
||||
extends StaticBody2D
|
||||
|
||||
|
||||
|
||||
func _on_Hurtbox_area_entered(area):
|
||||
queue_free()
|
||||
Reference in New Issue
Block a user