[+] Configurable mod key map manager

This commit is contained in:
Clansty
2024-11-01 17:03:57 +08:00
parent ac4db91df4
commit fb96e93184
14 changed files with 331 additions and 136 deletions

View File

@@ -24,17 +24,6 @@ public class Config
zh: "触摸屏延迟,单位为毫秒,一秒 = 1000 毫秒。必须是整数")]
public int TouchDelay { get; set; }
[ConfigComment(
en: """
Practice mode, activated by pressing Test in the game
Must be used together with TestProof
""",
zh: """
练习模式,在游戏中按 Test 打开
必须和 TestProof 一起用
""")]
public bool PractiseMode { get; set; }
[ConfigComment(
en: "Show detail of selected song in music selection screen",
zh: "选歌界面显示选择的歌曲的详情")]