All & none category icons updated; mineral image changed; filter squashed to one line and moved below categories

This commit is contained in:
Oversword
2021-03-31 03:38:36 +01:00
parent f253eb74e5
commit 8586d6fc3a
5 changed files with 23 additions and 20 deletions

View File

@ -8,13 +8,13 @@ function update_category_list()
table.insert(category_list, {
name = "all",
label = "All",
symbol = "ui_reset_icon.png",
symbol = "ui_category_all.png",
index = -2,
})
table.insert(category_list, {
name = "uncategorized",
label = "Misc.",
symbol = "ui_no.png",
symbol = "ui_category_none.png",
index = -1,
})
for category, def in pairs(unified_inventory.registered_categories) do