Skip to content

Commit

Permalink
[ver33.7.8] キーコンフィグ画面が画面外になるとき、カーソル移動しても位置が変わらない問題を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
cwtickle committed Apr 3, 2024
1 parent 0d2deb2 commit 3f9e409
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions js/danoni_main.js
Expand Up @@ -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 = ``;
Expand Down Expand Up @@ -6426,7 +6426,6 @@ const keyConfigInit = (_kcType = g_kcType) => {
}

setKeyConfigCursor();
keyconSprite.scrollLeft = - maxLeftX;
};

const getNextNum = (_scrollNum, _groupName, _target) => {
Expand Down Expand Up @@ -6718,7 +6717,6 @@ const keyConfigInit = (_kcType = g_kcType) => {
}
}
changeConfigCursor(0);
keyconSprite.scrollLeft = - maxLeftX;
}
}, g_lblPosObj.btnKcReset, g_cssObj.button_Reset),

Expand Down
2 changes: 1 addition & 1 deletion 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": {
Expand Down

0 comments on commit 3f9e409

Please sign in to comment.