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.
Also a few formatting inconsistencies.
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.
Also a few formatting inconsistencies.
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.
pyrex
merged commit db157b7952 into main2022-12-18 01:11:43 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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
palwhenever changing multiple colors seems worth it.Also fixes a bug in palette swapping.
Also a few formatting inconsistencies.