Skip to content

0.5.2

Compare
Choose a tag to compare
@ShadowMario ShadowMario released this 08 Mar 03:51
· 812 commits to main since this release
  • Audio & Images Caching Overhaul (by Yoshubs)
  • Sprite Atlas Support from Adobe Animate 2018, specifically. (by Smokey)
  • Increased .MP4 Video Framerate cap to 60+ FPS
  • Notes resync better when the vocals get desynced (by MtH)
  • Pixel notes sprite grids can be larger now
  • 3 new options to Charting Mode (Not Chart Editor!), Leave Charting Mode, Skip Time and End Song (For testing End Song cutscenes easier)
  • Added Title Screen easter eggs
  • New variables to Stage JSON files. (Check stage.json)
  • New Credits Icons for Yoshubs, iFlicky and RiverOaken
  • You can now toggle anti-aliasing on Dialogue Characters
  • You can now toggle Flip X on Story Menu Characters
  • You can now hide Weeks until you beat the Week to unlock it
  • You can now set custom sounds to Dialogue Lines on Dialogue Editor
  • New variables to Notes
  • New variable to characters to adjust how fast they bop their heads character.danceEveryNumBeats
  • You can now make save data files on Lua
  • You can now load text files on Lua
  • You can now change a Lua Sprite's image without having to create another sprite via loadGraphic or loadFrames
  • Memory used is now shown under FPS counter

Big note: OS support to Lua was completely cut off due to security risks. If your Script is crashing on this new update verify your Script and remove/replace all mentions of os. methods.