Skip to content

Commit f15b977

Browse files
committed
[O] configSort
1 parent 5d1851b commit f15b977

File tree

2 files changed

+5
-20
lines changed

2 files changed

+5
-20
lines changed

AquaMai.Mods/Utils/UnstableRate.cs

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -31,24 +31,9 @@ public class UnstableRate
3131

3232
private const float TimingBin = 16.666666f;
3333

34-
[ConfigEntry("默认显示")]
35-
public static bool defaultOn = false;
36-
3734
// 0: 不显示,1: 显示,剩下来留给以后
3835
public static int[] displayType = [1, 1];
3936

40-
public static void OnBeforePatch()
41-
{
42-
if (defaultOn)
43-
{
44-
displayType = [1, 1];
45-
}
46-
else
47-
{
48-
displayType = [0, 0];
49-
}
50-
}
51-
5237
private struct Timing
5338
{
5439
// Timings are in multiple of TimingBin (16.666666ms)

AquaMai/configSort.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
- Utils.MoveAnswerSound
1313

1414
新功能!:
15+
- Utils.UnstableRate
16+
- Utils.DisplayTouchInGame
17+
- Fancy.ResourcesOverride
18+
- GameSystem.OldCabLightBoardSupport
19+
- Utils.InstantQuit
1520
- GameSystem.MaimollerIO
16-
- Tweaks.LedBrightnessControl
17-
- Fancy.TrackCamouflage
18-
- GameSystem.SoundRouting
19-
- GameSystem.HeadphoneVolumeMultiply
20-
- Utils.LedOffOnQuit
2121

2222
全解和跳过:
2323
- GameSystem.Unlock

0 commit comments

Comments
 (0)