[F] 0.10000000149011612

This commit is contained in:
Clansty
2024-11-22 18:18:48 +08:00
parent cf0e3ce989
commit e9ee31b22a
2 changed files with 4 additions and 4 deletions

View File

@@ -12,12 +12,12 @@ public class Config
[ConfigComment(
en: "Globally increase A judgment, unit is the same as in the game",
zh: "全局增加 A 判,单位和游戏里一样")]
public float JudgeAdjustA { get; set; }
public double JudgeAdjustA { get; set; }
[ConfigComment(
en: "Globally increase B judgment, unit is the same as in the game",
zh: "全局增加 B 判,单位和游戏里一样")]
public float JudgeAdjustB { get; set; }
public double JudgeAdjustB { get; set; }
[ConfigComment(
en: "Touch screen delay, unit is milliseconds, one second = 1000 milliseconds. Must be an integer",