From 24ab79a09a9414126952d7d7136b93f4f955aabb Mon Sep 17 00:00:00 2001 From: Clansty Date: Wed, 20 Nov 2024 02:08:47 +0800 Subject: [PATCH] [O] Comments --- AquaMai/UX/Config.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AquaMai/UX/Config.cs b/AquaMai/UX/Config.cs index 17c212ac..96770a05 100644 --- a/AquaMai/UX/Config.cs +++ b/AquaMai/UX/Config.cs @@ -100,13 +100,13 @@ 不能和 HanabiFix 一起使用 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(