feat(items): add ChestItemData resource and RoomChestConfig static config
TDD: 4 tests written first (FAIL), then implemented — all 151 tests pass.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
## ChestItemData — configuration for a single item slot inside a RoomChest.
|
||||
class_name ChestItemData extends Resource
|
||||
|
||||
@export var item_id: String = ""
|
||||
@export var item_type: String = "holdable"
|
||||
@export var outfit_layer: int = 1
|
||||
@export var spawn_offset: Vector2 = Vector2.ZERO
|
||||
Reference in New Issue
Block a user