pico8-api
pico8-api copied to clipboard
Unofficial PICO-8 API with a lovely design ! ::
I noticed that integer division wasn't documented here. It's found here in the manual: https://www.lexaloffle.com/dl/docs/pico-8_manual.html#Integer_Division I've tested the metatable and `\=` code myself on the latest version and it seems...
helpful to know when one uses backspace and needs to move stuff forward again
As of 2.0.0, you can call `rnd` with a table as the argument to get a random element from the table. This PR adds that to the `tables` tab. From...
In the Input section, the number of player is written like PLAYER 1 and PLAYER 2, which is referenced as 0-based index in code. There should be a note or...
what am I supposed to do