Add tabs to item list

This commit is contained in:
Jean-Patrick Guerrero
2021-06-26 04:40:57 +02:00
parent a1b2d03a71
commit b24411b189
4 changed files with 61 additions and 29 deletions

View File

@ -24,6 +24,7 @@ local PNG = {
export = "i3_export.png",
slot = "i3_slot.png",
tab = "i3_tab.png",
tab_small = "i3_tab_small.png",
tab_top = "i3_tab.png^\\[transformFY",
furnace_anim = "i3_furnace_anim.png",
bag = "i3_bag.png",
@ -48,6 +49,7 @@ local PNG = {
prev_hover = "i3_next_hover.png^\\[transformFX",
next_hover = "i3_next_hover.png",
tab_hover = "i3_tab_hover.png",
tab_small_hover = "i3_tab_small_hover.png",
tab_hover_top = "i3_tab_hover.png^\\[transformFY",
bag_hover = "i3_bag_hover.png",
armor_hover = "i3_armor_hover.png",