remove overrided drawBackground()

This commit is contained in:
sharlotte
2021-08-22 12:56:13 +09:00
parent 2464f02ada
commit 254afa91b9
3 changed files with 29 additions and 53 deletions

View File

@@ -290,7 +290,7 @@ public class SettingS {
*/
addGraphicCheckSetting("spathfinder", true);
addGraphicSlideSetting("infoUiScale", 100, 50, 200, 10, s -> s + "%");
addGraphicSlideSetting("infoUiScale", 100, 50, 100, 5, s -> s + "%");
addGraphicSlideSetting("coreItemCheckRate", 60, 6, 180, 6, s -> Strings.fixed(s/60f,1) + "sec");
addGraphicCheckSetting("pastwave", false);
addGraphicCheckSetting("emptywave", true);