Add filter-by-category functionality (#171)

- Added API for configuring categories
- Added display for categories above page
- Reduced height of page by 1 row to make room for categories
- Added L/R scroll through when there are more categories than columns
- Added pre-filter methods for categories and uncategorised items
- Added categories for (most) items in the default game


Co-authored-by: Oversword <bionc:oversword.co.uk>
This commit is contained in:
Oversword
2021-04-05 19:07:14 +01:00
committed by GitHub
parent 860371ecf8
commit 6e6383f082
11 changed files with 1069 additions and 18 deletions

View File

@ -14,6 +14,7 @@ read_globals = {
"ItemStack", "datastorage",
"hb",
"doors",
}
files["callbacks.lua"].ignore = { "player", "draw_lite_mode" }