Skip to content

v2024.24

Compare
Choose a tag to compare
@flustix flustix released this 11 Aug 16:56
· 187 commits to main since this release

Gameplay

  • Added the "HitObjectFade" event.

Editor

  • Added source fields for background and cover art.
  • Added easing options to PlayfieldFade and Shader events.

Other

  • Fixed song select search cursor being sized wrong.
  • Main menu now keyboard controls again.
    • Enter, P -> Play
    • M -> Multiplayer
    • E -> Editor
    • D -> Dashboard
    • B -> Browse
  • Fixed holding the back key on panels spamming the sound and breaking rendering.

Code Style

  • Made LowPassFilter use instances instead of being a global variable.
  • Refactored event stuff.