Colors by quantization option & hud arrows code cleanup
-Added an option to make the colors of the arrows depend on their quantization instead of their direction (still needs to be adjusted to work on changing BPMs) -Cleaned up the load code for the hud (static) arrow's animations -Re ordered some appearance options
This commit is contained in:
@ -42,10 +42,11 @@ class OptionsMenu extends MusicBeatState
|
||||
new OptionCategory("Appearance", [
|
||||
new DistractionsAndEffectsOption("Toggle stage distractions that can hinder your gameplay."),
|
||||
new CamZoomOption("Toggle the camera zoom in-game."),
|
||||
new RainbowFPSOption("Make the FPS Counter Rainbow"),
|
||||
new StepManiaOption("Sets the colors of the arrows depending on quantization instead of direction."),
|
||||
new AccuracyOption("Display accuracy information."),
|
||||
new NPSDisplayOption("Shows your current Notes Per Second."),
|
||||
new SongPositionOption("Show the songs current position (as a bar)"),
|
||||
new NPSDisplayOption("Shows your current Notes Per Second."),
|
||||
new RainbowFPSOption("Make the FPS Counter Rainbow"),
|
||||
new CpuStrums("CPU's strumline lights up when a note hits it."),
|
||||
]),
|
||||
|
||||
|
Reference in New Issue
Block a user