working plant builder but not seeds oupsi

This commit is contained in:
Altaezio
2026-02-24 18:05:38 +01:00
parent e09851f855
commit b3cd816a14
51 changed files with 249 additions and 133 deletions

View File

@@ -11,7 +11,7 @@ enum ItemType {TOOL_ITEM, CONSUMABLE_ITEM}
@export var name: String : get = get_item_name
@export var type: ItemType : get = get_item_type
@export var description: String : get = get_description
@export var icon: Texture2D : get = get_icon
var icon: Texture2D : get = get_icon
@export var usage_zone_radius: int = 5 : get = get_usage_zone_radius
@export var energy_usage : int = 1 : get = get_energy_used