Inspired by 'Bootleg 24-in-1 multicart' https://www.lexaloffle.com/bbs/?tid=31895
Menu component with native pico menu look and feel
This demo allow you to launch a few pico games from the BBS
Usage :
menu:init({ { label = 'item 1', action = function() print("hello") end }, { label = 'item 2', action = function() sfx(1) end } }) menu:update() menu:draw() |
By the way, did anyone tried to reverse the api used by SPlore to get cart lists ?
I'd like to complete the cart with more games -> #id listed !
Hmm ... this is intriguing. You can load a game yet carry the "QUIT" menu in there to return back to your initial cart menu.
Fascinating, for lack of a better word.
I can see this being useful for people writing multicarts who need them to return back to home base.
[Please log in to post a comment]