Add gathering, unified inventory, and real-time world

This commit is contained in:
Alexander Sellite 2026-08-18 18:19:36 -04:00
parent 173371e6fc
commit fa57edca83
113 changed files with 6700 additions and 1307 deletions

View file

@ -34,7 +34,7 @@ static func category_label(category: Category) -> String:
Category.SHELLFISH:
return "Shellfish"
_:
return "Misc"
return "Insects"
static func empty_state(category: Category) -> String: