Skip to content

1.69

Compare
Choose a tag to compare
@Damnae Damnae released this 07 Jul 07:20
· 156 commits to master since this release
  • 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.