新增二次元人物联动UI,新增键盘样式

This commit is contained in:
2026-03-26 22:28:17 +08:00
parent 844bc3a714
commit 778af6c9ed
3 changed files with 168 additions and 69 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"window_pos": {"x": 100, "y": 100},
"alpha": 0.8,
"monitored_keys": ["w", "a", "s", "d", "space", "shift"],
"counts": {
"w": 10,
"a": 5,
"s": 0,
"d": 2
}
}