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 !