Add ability to goto pagenum from pagenum button

This commit is contained in:
Jean-Patrick Guerrero
2022-08-14 19:18:29 +02:00
parent 7b31c998de
commit 0c4b4e6c4f
5 changed files with 33 additions and 5 deletions

View File

@ -4,6 +4,7 @@ local PNG = {
blank = "i3_blank.png",
bg = "i3_bg.png",
bg_full = "i3_bg_full.png",
bg_goto = "i3_bg_goto.png",
bg_content = "i3_bg_content.png",
bar = "i3_bar.png",
hotbar = "i3_hotbar.png",
@ -26,6 +27,7 @@ local PNG = {
cancel = "i3_cancel.png",
export = "i3_export.png",
slot = "i3_slot.png^\\[resize:128x128",
pagenum_hover = "i3_slot.png^\\[resize:128x128^\\[opacity:130",
tab = "i3_tab.png",
tab_small = "i3_tab_small.png",
tab_top = "i3_tab.png^\\[transformFY",