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

@@ -1 +1,5 @@
extends Item
class_name Recipe extends Item
func item_type_name() -> String:
return "Recipe"