feat(items): add RoomChest with spawn and receive logic

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Steven Wroblewski
2026-05-09 01:04:34 +02:00
parent 4e4743f14f
commit b9c73b80ea
3 changed files with 143 additions and 0 deletions
+2
View File
@@ -10,6 +10,8 @@ const HAND_SLOT_RADIUS: float = 60.0
@export var item_id: String = ""
var home_chest: Node2D = null
func _ready() -> void:
var drag: DragDropComponent = get_node_or_null("DragDropComponent") as DragDropComponent