danoniplus 34.7.3 → 34.7.4

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 34.7.3`;
12
- const g_revisedDate = `2024/03/17`;
11
+ const g_version = `Ver 34.7.4`;
12
+ const g_revisedDate = `2024/04/03`;
13
13
 
14
14
  // カスタム用バージョン (danoni_custom.js 等で指定可)
15
15
  let g_localVersion = ``;
@@ -6465,7 +6465,6 @@ const keyConfigInit = (_kcType = g_kcType) => {
6465
6465
  }
6466
6466
 
6467
6467
  setKeyConfigCursor();
6468
- keyconSprite.scrollLeft = - maxLeftX;
6469
6468
  };
6470
6469
 
6471
6470
  const getNextNum = (_scrollNum, _groupName, _target) =>
@@ -6754,7 +6753,6 @@ const keyConfigInit = (_kcType = g_kcType) => {
6754
6753
  }
6755
6754
  }
6756
6755
  changeConfigCursor(0);
6757
- keyconSprite.scrollLeft = - maxLeftX;
6758
6756
  }
6759
6757
  }, g_lblPosObj.btnKcReset, g_cssObj.button_Reset),
6760
6758
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "danoniplus",
3
- "version": "34.7.3",
3
+ "version": "34.7.4",
4
4
  "description": "Dancing☆Onigiri (CW Edition) - Web-based Rhythm Game",
5
5
  "main": "index.js",
6
6
  "scripts": {