mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-10 09:17:28 +08:00
[+] 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:
@@ -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; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user