added chest and chest spawners but they don't always show up?

This commit is contained in:
Derek
2025-03-02 22:17:04 -06:00
parent dc7ecf83ee
commit ea68629594
71 changed files with 3127 additions and 98 deletions

View File

@@ -0,0 +1,14 @@
extends StaticBody3D
# Called when the node enters the scene tree for the first time.
func _ready() -> void:
pass # Replace with function body.
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta: float) -> void:
pass
func hit(dam):
get_parent().hit(dam)