[+] Slide related visual feature (#81)

New Features:
1. Invert the Slide hierarchy
2. Slide Track shrinking animation

Changes:
1. Improve the visual effect of Break-Slide judge blink
2. `DisableTrackStartTabs` now also hide user's best achievement
This commit is contained in:
Minepig
2024-11-06 11:54:53 +08:00
committed by GitHub
parent 11beb6676e
commit 85dd8029af
5 changed files with 216 additions and 4 deletions

View File

@@ -84,4 +84,24 @@ public class Config
推荐与自定义皮肤一起使用 (否则视觉效果可能并不好)
""")]
public bool BreakSlideJudgeBlink { get; set; }
[ConfigComment(
en: """
Make the Slide Track disappear with an inward-shrinking animation, similar to AstroDX
""",
zh: """
使 Slide Track 消失时有类似 AstroDX 一样的向内缩入的动画
""")]
public bool SlideArrowAnimation { get; set; }
[ConfigComment(
en: """
Invert the Slide hierarchy, so that the new Slide appears on top like Maimai classic
Enable to support color changing effects achieved by overlaying multiple stars
""",
zh: """
反转 Slide 层级, 使新出现的 Slide 像旧框一样显示在上层
启用以支持通过叠加多个星星达成的变色效果
""")]
public bool SlideLayerReverse { get; set; }
}