Starting item and inventory tools, sketched spear animation templates.

This commit is contained in:
2025-08-28 08:36:20 -04:00
parent 2a236ea041
commit c41cac58c2
11 changed files with 183 additions and 7 deletions

View File

@@ -2,4 +2,7 @@ class_name Item extends Resource
@export var image : Texture2D
@export var name : StringName
@export var brief : String
@export var quantity : int = 1
@export var max_quantity : int = 1