Log In  
Follow
neuya
[ :: Read More :: ]

Cart #mistify-0 | 2019-03-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

P#62929 2019-03-21 09:39 ( Edited 2019-03-21 09:42)

[ :: Read More :: ]

by neuya
Cart #56889 | 2018-09-19 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4

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 !

P#56893 2018-09-19 16:02 ( Edited 2018-09-20 02:53)