forked from woofmeow/straywild
Add gathering, unified inventory, and real-time world
This commit is contained in:
parent
173371e6fc
commit
fa57edca83
113 changed files with 6700 additions and 1307 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue