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

menuitem is not recognized as a builtin by luamin #23

Closed dansanderson closed 6 years ago

dansanderson commented 6 years ago

(Maybe need to audit for other recently added builtins.)

dansanderson commented 6 years ago

ultrabrite mentioned "__index". These are private-ish but luamin should probably treat them as builtins anyway.

dansanderson commented 6 years ago

Added menuitem and __index.