dansanderson / picotool

Tools and Python libraries for manipulating Pico-8 game files. http://www.lexaloffle.com/pico-8.php
MIT License
367 stars 46 forks source link

Add pack and unpack to the list of Pico-8 builtins #97

Open luchak opened 2 years ago

luchak commented 2 years ago

Add two missing functions to the list of Pico-8 builtins: pack collects a multival into a table, and unpack splits a table into a multival.

this-is-your-do commented 2 years ago

There's also select