1.69
- Sprites with a large amount of commands can be exported into multiple sprites with less commands.
sprite.CommandSplitThreshold = 300;
(by Endaris) - Added various performance warnings.
- Added a slider in the Settings panel to change the background dim.
- Replaced the old Particles script by one that uses loops instead of sprite pools for better performance.