free skill option

This commit is contained in:
Detoria
2021-05-06 17:16:28 -03:00
committed by GitHub
parent 42e916df6d
commit b2929d9ab8
6 changed files with 195 additions and 121 deletions

View File

@ -58,8 +58,8 @@ class OptionsMenu extends MusicBeatState
new FPSOption("Toggle the FPS Counter"),
new ReplayOption("View replays"),
#end
new WatermarkOption("Turn off all watermarks from the engine.")
new WatermarkOption("Turn off all watermarks from the engine."),
new BotPlay("Showcase your charts and mods with autoplay.")
])
];
@ -239,7 +239,7 @@ class OptionsMenu extends MusicBeatState
if (isCat)
currentDescription = currentSelectedCat.getOptions()[curSelected].getDescription();
else
currentDescription = "Please select a catagory";
currentDescription = "Please select a category";
versionShit.text = "Offset (Left, Right, Shift for slow): " + HelperFunctions.truncateFloat(FlxG.save.data.offset,2) + " - Description - " + currentDescription;
// selector.y = (70 * curSelected) + 30;
@ -261,4 +261,4 @@ class OptionsMenu extends MusicBeatState
}
}
}
}
}