-
Notifications
You must be signed in to change notification settings - Fork 1
Description
hi! first of I want to express how grateful I am for this project! I've been a long time fan of Pico8, but always find myself yearning for the safety of a typed language. Also, having access to Go's other libraries is really excellent 😄
This issue is more of a feature request. I tend to play most of my pico8 games on mobile. I don't know if you've noticed but the pico web player comes with joystick buttons at the bottom of the page. Here's a screenshot.
Do you think this is something that could be easily added to this project? I'm thinking they can be buttons in the standard index.json (the one you provide in the docs) that call some go routines via wasm to provide their input. What do you think?
I could look into implementing this if you want.