新增二次元人物联动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
+18
View File
@@ -0,0 +1,18 @@
{
"alpha": 0.8,
"position": "+100+100",
"monitored_keys": [
"w",
"a",
"s",
"d",
"space"
],
"counts": {
"w": 9,
"a": 0,
"s": 0,
"d": 0,
"space": 0
}
}