Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed some more issues + Mods folder stuff #15422

Open
wants to merge 4 commits into
base: experimental
Choose a base branch
from

Commits on Aug 25, 2024

  1. Actually fixed the weekList thing + Other fixes

    - Changed the grpWeekText.length check to weeksList.length so it doesn't crash anymore. (for real this time)
    - Fixed the cancelMenu sound not playing when going back from both menus.
    - Fixed the softlock when you try to load a week with no chart for the first song.
    Fusion243 committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    af0cabb View commit details
    Browse the repository at this point in the history
  2. Character scale offset fix

    - Fixed character animation offsets breaking when the character's scale is changed.
    Fusion243 committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    a881ea3 View commit details
    Browse the repository at this point in the history
  3. Fixed openfl.Assets compiling issue

    - Fixed a compiling issue with MODS_ALLOWED disabled by importing openfl.Assets where it's needed.
    Fusion243 committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    14b8471 View commit details
    Browse the repository at this point in the history
  4. Update Main.hx

    - Auto delete the mods folder when MODS_ALLOWED is disabled.
    Fusion243 committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    5dfded7 View commit details
    Browse the repository at this point in the history