Log In  
Follow
neuya

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

1
0 comments



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 !

4
1 comment