[O] Comments

pull/88/head
Clansty 2024-11-20 02:08:47 +08:00
parent 786a8832d3
commit 24ab79a09a
No known key found for this signature in database
GPG Key ID: 3A6BE8BAF2EDE134
1 changed files with 3 additions and 3 deletions

View File

@ -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(