You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After making the waystone app #305 and reviewing the fake player gui app #310
I think it would be nice to have a generalize library for GUI menus.
I like the idea of a page function and button or icon, and filler utilities.
I also like the idea of a open_page function/ button
I think it should be as data generated as reasonable.
I am imaging passing in a map or array of slot -> button/icon maybe with optional callback lambdas called when clicked.
The text was updated successfully, but these errors were encountered:
You mean a system which is built on existing scarpet, hacking stuff together with arcane features to make an overly complex system which about 3 people will end up using?
This is for me!!
On a more serious note, I do think this is a pretty good idea, tho ig rn it's basically a glorified button panel.
After making the waystone app #305 and reviewing the fake player gui app #310
I think it would be nice to have a generalize library for GUI menus.
I like the idea of a
page
function andbutton
oricon
, andfiller
utilities.I also like the idea of a
open_page
function/ buttonI think it should be as data generated as reasonable.
I am imaging passing in a map or array of
slot -> button/icon
maybe with optional callback lambdas called when clicked.The text was updated successfully, but these errors were encountered: