added docs section and tweaks to chest spawning

This commit is contained in:
Derek
2025-04-09 22:54:18 -05:00
parent ce08df66e6
commit e39bd221b0
36 changed files with 83599 additions and 36 deletions

View File

@@ -9,6 +9,7 @@ class_name Chest
var serial_number
var open = false
var drop_weapon
var claimed = false
@onready var anim_player: AnimationPlayer = $AnimationPlayer
@onready var item_spawn: RayCast3D = $itemspawn