File tree Expand file tree Collapse file tree 2 files changed +5
-20
lines changed
Expand file tree Collapse file tree 2 files changed +5
-20
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments