mirror of
https://github.com/hykilpikonna/AquaDX.git
synced 2026-08-08 12:05:53 -05:00
[O] Move FixTrackNumDisplay to UX
This commit is contained in:
parent
9cc689fa27
commit
0efbf8f796
|
|
@ -1,13 +1,13 @@
|
|||
using HarmonyLib;
|
||||
using Monitor;
|
||||
using UnityEngine;
|
||||
using AquaMai.Config.Attributes;
|
||||
using MelonLoader;
|
||||
using System;
|
||||
using UI;
|
||||
using AquaMai.Config.Attributes;
|
||||
using HarmonyLib;
|
||||
using Manager;
|
||||
using MelonLoader;
|
||||
using Monitor;
|
||||
using UI;
|
||||
using UnityEngine;
|
||||
|
||||
namespace AquaMai.Mods.Fix;
|
||||
namespace AquaMai.Mods.UX;
|
||||
|
||||
[ConfigSection(
|
||||
en: "Make track number in top right corner display two digits",
|
||||
|
|
@ -55,6 +55,7 @@
|
|||
- Fancy.GamePlay.JudgeDisplay4B
|
||||
- Utils.DisplayTouchInGame
|
||||
- UX.DontRuinMyAccount
|
||||
- UX.FixTrackNumDisplay
|
||||
|
||||
系统修改:
|
||||
- GameSystem.Window
|
||||
|
|
@ -104,4 +105,3 @@
|
|||
- Fancy.GamePlay.RealisticRandomJudge
|
||||
- Fancy.GamePlay.TrackStartProcessTweak
|
||||
- Fancy.GamePlay.FixJudgeTouchHoldInNormalArea
|
||||
- Fix.FixTrackNumDisplay
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user