Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
Added custom scroll speed
Browse files Browse the repository at this point in the history
  • Loading branch information
MagnusStrom committed Jul 11, 2021
1 parent c148de2 commit f0b1370
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions source/OptionsMenu.hx
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ class OptionsMenu extends MusicBeatState
FlxG.switchState(new ModifiersMenu());
case "Customize Info Bar": // lol
OptionsMenu.instance.openSubState(new InfoBarSubstate());
case "Reset":
reset();
}
FlxG.save.flush();
// this could be us but FlxG savedata sucks dick and im too lazy to see how kade engine did it
Expand Down Expand Up @@ -330,4 +332,8 @@ class OptionsMenu extends MusicBeatState
}
}
}

function reset() {

}
}

0 comments on commit f0b1370

Please sign in to comment.