更新了窗口动效和旋转轨道 (#52)

Reviewed-on: #52
Co-authored-by: kuanpan <kuanpan791@gmail.com>
Co-committed-by: kuanpan <kuanpan791@gmail.com>
This commit is contained in:
2026-03-25 14:26:07 +08:00
committed by OLDREDSTONE
parent 6088ac31a8
commit 0ead33329e
22 changed files with 216 additions and 16 deletions
+8 -8
View File
@@ -6,16 +6,16 @@ let rowx;
let columny;
let positions = {
"c1": { "x": 64, "name": "第一拍" },
"c2": { "x": 88, "name": "第二拍" },
"c3": { "x": 112, "name": "第三拍" },
"c4": { "x": 136, "name": "第四拍" },
"c5": { "x": 160, "name": "第五拍" },
"c6": { "x": 184, "name": "第六拍" },
"c7": { "x": 249, "name": "第七拍" },
"c1": { "x": 66, "name": "第一拍" },
"c2": { "x": 90, "name": "第二拍" },
"c3": { "x": 114, "name": "第三拍" },
"c4": { "x": 138, "name": "第四拍" },
"c5": { "x": 162, "name": "第五拍" },
"c6": { "x": 186, "name": "第六拍" },
"c7": { "x": 251, "name": "第七拍" },
"ccharacter": { "x": 35, "name": "角色" },
"ccenter": { "x": 176, "name": "中心" },
"cheart": { "x": 317, "name": "心" },
"cheart": { "x": 315, "name": "心" },
"r1": { "y": 162, "name": "四轨时的第四轨" },
"r2": { "y": 141, "name": "三轨时的第三轨" },
"r3": { "y": 120, "name": "二轨时的第一轨/四轨时的第三轨" },