diff --git a/script/special.js b/script/special.js index 5e8ce8d..a3f0a7d 100644 --- a/script/special.js +++ b/script/special.js @@ -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": "二轨时的第一轨/四轨时的第三轨" },