pull changes from upstream #4

Merged
kistaro merged 5 commits from pyrex/chameleonic:main into main 2022-12-18 01:39:00 +00:00

5 Commits

Author SHA1 Message Date
db157b7952 Assorted micro-optimizations. (#3)
Some of these are pure token optimizations, some spend tokens for performance. Function calls are particularly expensive in Pico-8, so using the table form of `pal` whenever changing multiple colors seems worth it.

Also fixes a bug in palette swapping.

Reviewed-on: pyrex/chameleonic#3
Co-authored-by: Kistaro Windrider <kistaro@gmail.com>
Co-committed-by: Kistaro Windrider <kistaro@gmail.com>
2022-12-18 01:11:42 +00:00
823b3edc30 Reorient head based on tongue angle 2022-12-17 16:57:47 -08:00
047f180632 Use trans flag colors for the chameleon 2022-12-17 16:42:15 -08:00
8a88131d1e Immediately recover after a fall 2022-12-17 16:26:30 -08:00
99744a31d6 Chameleon FX to restart the level 2022-12-17 16:25:20 -08:00