From f6bb7c4656a10c2280b630d267c140d2462fddbb Mon Sep 17 00:00:00 2001 From: kuanpan Date: Wed, 11 Mar 2026 14:57:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E6=95=B0=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/special.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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": "二轨时的第一轨/四轨时的第三轨" },