mirror of https://github.com/hykilpikonna/AquaDX
[O] Comments
parent
786a8832d3
commit
24ab79a09a
|
@ -100,13 +100,13 @@ public class Config
|
||||||
public bool HideHanabi { get; set; }
|
public bool HideHanabi { get; set; }
|
||||||
|
|
||||||
[ConfigComment(
|
[ConfigComment(
|
||||||
zh: "取消星星从 50% 透明度直接闪为 100% 的特性,星星会慢慢出现",
|
zh: "让星星在启动拍等待期间从 50% 透明度渐入为 100%,取代原本在击打星星头时就完成渐入",
|
||||||
en: "Slides will fade in instead of instantly appearing")]
|
en: "Slides will fade in instead of instantly appearing")]
|
||||||
public bool SlideFadeInTweak { get; set; }
|
public bool SlideFadeInTweak { get; set; }
|
||||||
|
|
||||||
[ConfigComment(
|
[ConfigComment(
|
||||||
zh: "在游戏总结的计分板中显示判定的详细信息(毫秒数)",
|
zh: "在游戏总结的计分板中显示击打误差的详细信息(以帧为单位)",
|
||||||
en: "Show detailed judgment information (in milliseconds) in the score board")]
|
en: "Show detailed accuracy info in the score board")]
|
||||||
public bool JudgeAccuracyInfo { get; set; }
|
public bool JudgeAccuracyInfo { get; set; }
|
||||||
|
|
||||||
[ConfigComment(
|
[ConfigComment(
|
||||||
|
|
Loading…
Reference in New Issue