Skip to content

Commit

Permalink
[O] Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
clansty committed Nov 19, 2024
1 parent 786a883 commit 24ab79a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions AquaMai/UX/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 24ab79a

Please sign in to comment.