tools separated in inv

This commit is contained in:
Altaezio
2026-02-15 19:32:21 +01:00
parent f1acb6e3e9
commit fadf0cb769
13 changed files with 171 additions and 80 deletions

View File

@@ -14,4 +14,4 @@ const DEFAULT_INVENTORY_SIZE = 3
set(v):
energy = v
updated.emit(self)
@export var inventory = Inventory.new(DEFAULT_INVENTORY_SIZE)
@export var inventory := Inventory.new(DEFAULT_INVENTORY_SIZE)