From 3f9e4093816f6b6ab853337575180d8e56e009c0 Mon Sep 17 00:00:00 2001 From: tickle <44026291+cwtickle@users.noreply.github.com> Date: Wed, 3 Apr 2024 22:44:12 +0900 Subject: [PATCH] =?UTF-8?q?[ver33.7.8]=20=E3=82=AD=E3=83=BC=E3=82=B3?= =?UTF-8?q?=E3=83=B3=E3=83=95=E3=82=A3=E3=82=B0=E7=94=BB=E9=9D=A2=E3=81=8C?= =?UTF-8?q?=E7=94=BB=E9=9D=A2=E5=A4=96=E3=81=AB=E3=81=AA=E3=82=8B=E3=81=A8?= =?UTF-8?q?=E3=81=8D=E3=80=81=E3=82=AB=E3=83=BC=E3=82=BD=E3=83=AB=E7=A7=BB?= =?UTF-8?q?=E5=8B=95=E3=81=97=E3=81=A6=E3=82=82=E4=BD=8D=E7=BD=AE=E3=81=8C?= =?UTF-8?q?=E5=A4=89=E3=82=8F=E3=82=89=E3=81=AA=E3=81=84=E5=95=8F=E9=A1=8C?= =?UTF-8?q?=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/danoni_main.js | 8 +++----- package.json | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/js/danoni_main.js b/js/danoni_main.js index 992ce8c2..d23543fa 100644 --- a/js/danoni_main.js +++ b/js/danoni_main.js @@ -4,12 +4,12 @@ * * Source by tickle * Created : 2018/10/08 - * Revised : 2024/03/17 + * Revised : 2024/04/03 * * https://github.com/cwtickle/danoniplus */ -const g_version = `Ver 33.7.7`; -const g_revisedDate = `2024/03/17`; +const g_version = `Ver 33.7.8`; +const g_revisedDate = `2024/04/03`; // カスタム用バージョン (danoni_custom.js 等で指定可) let g_localVersion = ``; @@ -6426,7 +6426,6 @@ const keyConfigInit = (_kcType = g_kcType) => { } setKeyConfigCursor(); - keyconSprite.scrollLeft = - maxLeftX; }; const getNextNum = (_scrollNum, _groupName, _target) => { @@ -6718,7 +6717,6 @@ const keyConfigInit = (_kcType = g_kcType) => { } } changeConfigCursor(0); - keyconSprite.scrollLeft = - maxLeftX; } }, g_lblPosObj.btnKcReset, g_cssObj.button_Reset), diff --git a/package.json b/package.json index 2062a356..b1a67a66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "danoniplus", - "version": "33.7.7", + "version": "33.7.8", "description": "Dancing☆Onigiri (CW Edition) - Web-based Rhythm Game", "main": "index.js", "scripts": {