danoniplus 33.7.7 → 33.7.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/js/danoni_main.js CHANGED
@@ -4,12 +4,12 @@
4
4
  *
5
5
  * Source by tickle
6
6
  * Created : 2018/10/08
7
- * Revised : 2024/03/17
7
+ * Revised : 2024/04/03
8
8
  *
9
9
  * https://github.com/cwtickle/danoniplus
10
10
  */
11
- const g_version = `Ver 33.7.7`;
12
- const g_revisedDate = `2024/03/17`;
11
+ const g_version = `Ver 33.7.8`;
12
+ const g_revisedDate = `2024/04/03`;
13
13
 
14
14
  // カスタム用バージョン (danoni_custom.js 等で指定可)
15
15
  let g_localVersion = ``;
@@ -6426,7 +6426,6 @@ const keyConfigInit = (_kcType = g_kcType) => {
6426
6426
  }
6427
6427
 
6428
6428
  setKeyConfigCursor();
6429
- keyconSprite.scrollLeft = - maxLeftX;
6430
6429
  };
6431
6430
 
6432
6431
  const getNextNum = (_scrollNum, _groupName, _target) => {
@@ -6718,7 +6717,6 @@ const keyConfigInit = (_kcType = g_kcType) => {
6718
6717
  }
6719
6718
  }
6720
6719
  changeConfigCursor(0);
6721
- keyconSprite.scrollLeft = - maxLeftX;
6722
6720
  }
6723
6721
  }, g_lblPosObj.btnKcReset, g_cssObj.button_Reset),
6724
6722
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "danoniplus",
3
- "version": "33.7.7",
3
+ "version": "33.7.8",
4
4
  "description": "Dancing☆Onigiri (CW Edition) - Web-based Rhythm Game",
5
5
  "main": "index.js",
6
6
  "scripts": {