新数值

This commit is contained in:
2026-03-11 14:57:34 +08:00
parent f63a57d1b7
commit f6bb7c4656
+8 -8
View File
@@ -6,16 +6,16 @@ let rowx;
let columny; let columny;
let positions = { let positions = {
"c1": { "x": 64, "name": "第一拍" }, "c1": { "x": 66, "name": "第一拍" },
"c2": { "x": 88, "name": "第二拍" }, "c2": { "x": 90, "name": "第二拍" },
"c3": { "x": 112, "name": "第三拍" }, "c3": { "x": 114, "name": "第三拍" },
"c4": { "x": 136, "name": "第四拍" }, "c4": { "x": 138, "name": "第四拍" },
"c5": { "x": 160, "name": "第五拍" }, "c5": { "x": 162, "name": "第五拍" },
"c6": { "x": 184, "name": "第六拍" }, "c6": { "x": 186, "name": "第六拍" },
"c7": { "x": 249, "name": "第七拍" }, "c7": { "x": 251, "name": "第七拍" },
"ccharacter": { "x": 35, "name": "角色" }, "ccharacter": { "x": 35, "name": "角色" },
"ccenter": { "x": 176, "name": "中心" }, "ccenter": { "x": 176, "name": "中心" },
"cheart": { "x": 317, "name": "心" }, "cheart": { "x": 315, "name": "心" },
"r1": { "y": 162, "name": "四轨时的第四轨" }, "r1": { "y": 162, "name": "四轨时的第四轨" },
"r2": { "y": 141, "name": "三轨时的第三轨" }, "r2": { "y": 141, "name": "三轨时的第三轨" },
"r3": { "y": 120, "name": "二轨时的第一轨/四轨时的第三轨" }, "r3": { "y": 120, "name": "二轨时的第一轨/四轨时的第三轨" },