mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-12 11:07:30 +08:00
[+] Configurable mod key map manager
This commit is contained in:
@@ -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: "选歌界面显示选择的歌曲的详情")]
|
||||
|
||||
Reference in New Issue
Block a user