mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-12 09:37:27 +08:00
[+] Configurable mod key map manager
This commit is contained in:
@@ -42,6 +42,10 @@ public class Config
|
||||
zh: "音符和判定表示以及一些其他贴图的视觉效果调整")]
|
||||
public Visual.Config Visual { get; set; } = new();
|
||||
|
||||
[ConfigComment(
|
||||
zh: "Mod 内功能的按键设置")]
|
||||
public ModKeyMap.Config ModKeyMap { get; set; } = new();
|
||||
|
||||
[ConfigComment(
|
||||
zh: "窗口相关设置")]
|
||||
public WindowState.Config WindowState { get; set; } = new();
|
||||
|
||||
Reference in New Issue
Block a user