[O] Comments

This commit is contained in:
Clansty
2024-11-20 02:08:47 +08:00
parent 786a8832d3
commit 24ab79a09a

View File

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