Accuracy info and other features (#84)

* tweaks slide fade in

* judge accuracy info

* Update SlideArrowAnimation.cs
This commit is contained in:
Minepig
2024-11-19 01:32:18 +08:00
committed by GitHub
parent 29bb54d2cc
commit 4d25b6a43c
4 changed files with 373 additions and 1 deletions

View File

@@ -188,6 +188,10 @@ namespace AquaMai
Patch(typeof(TestProof));
Patch(typeof(PractiseMode));
Patch(typeof(HideSelfMadeCharts));
Patch(typeof(SlideFadeInTweak));
Patch(typeof(JudgeAccuracyInfo));
# if CI
Patch(typeof(CiBuildAlert));
# endif