dansanderson / picotool

Tools and Python libraries for manipulating Pico-8 game files. http://www.lexaloffle.com/pico-8.php

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Metamethods are renamed in minified code, which breaks meta behavior

hsandt opened this issue · comments

Apart from __index, metamethods are renamed (__call, __concat, __add, etc. become a, b, c...) which will break expected behavior with the corresponding operations (t(), t1..t2, t1+t2, etc.)

Also see #40 for unwanted field name renaming.