Work on item display windows and variant coloring for portraits and sprites.

This commit is contained in:
2025-08-30 08:01:48 -04:00
parent b93889e914
commit 149ee993dc
84 changed files with 1526 additions and 43 deletions

View File

@@ -8,3 +8,7 @@ class_name Item extends Resource
@export var max_quantity : int = 1
@export var varies : bool
@export var per : bool
@export var grade : String = "F"
func item_type_name() -> String:
return "Item"