danoniplus 47.6.9 → 47.6.10

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
@@ -8,7 +8,7 @@
8
8
  *
9
9
  * https://github.com/cwtickle/danoniplus
10
10
  */
11
- const g_version = `Ver 47.6.9`;
11
+ const g_version = `Ver 47.6.10`;
12
12
  const g_revisedDate = `2026/08/01`;
13
13
 
14
14
  // カスタム用バージョン (danoni_custom.js 等で指定可)
@@ -5,7 +5,7 @@
5
5
  *
6
6
  * Source by tickle
7
7
  * Created : 2019/11/19
8
- * Revised : 2026/08/01 (v47.6.9)
8
+ * Revised : 2026/08/01 (v47.6.10)
9
9
  *
10
10
  * https://github.com/cwtickle/danoniplus
11
11
  */
@@ -3230,12 +3230,12 @@ const g_keyObj = {
3230
3230
  chara5_2: [`left`, `down`, `space`, `up`, `right`],
3231
3231
  chara8_2: [`sleft`, `left`, `leftdia`, `down`, `space`, `up`, `rightdia`, `right`],
3232
3232
  chara9h_2: [`1x`, `ax`, `zx`, `sx`, `hx`, `yx`, `ux`, `mx`, `ix`],
3233
- chara11L_2: [`left`, `sleft`, `sdown`, `leftdia`, `down`, `space`,
3234
- `up`, `sup`, `sright`, `rightdia`, `right`],
3235
3233
 
3236
3234
  chara9h_3: [`1x`, `ax`, `zx`, `sx`, `hx`, `yx`, `ux`, `mx`, `ix`],
3237
3235
  chara11_3: [`left`, `sleft`, `sdown`, `leftdia`, `down`, `space`,
3238
3236
  `up`, `sup`, `sright`, `rightdia`, `right`],
3237
+ chara11L_3: [`left`, `sleft`, `sdown`, `leftdia`, `down`, `space`,
3238
+ `up`, `sup`, `sright`, `rightdia`, `right`],
3239
3239
 
3240
3240
  chara9h_4: [`1x`, `ax`, `gor`, `zx`, `sx`, `hx`, `yx`, `ux`, `siyo`, `mx`, `ix`],
3241
3241
  chara9h_5: [`1x`, `ax`, `zx`, `sx`, `hx`, `yx`, `ux`, `mx`, `ix`],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "danoniplus",
3
- "version": "47.6.9",
3
+ "version": "47.6.10",
4
4
  "description": "Dancing☆Onigiri (CW Edition) - Web-based Rhythm Game",
5
5
  "main": "./js/danoni_main.js",
6
6
  "jsdelivr": "./js/danoni_main.js",