danoniplus 44.5.20 → 44.5.21

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 44.5.20`;
11
+ const g_version = `Ver 44.5.21`;
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 (v44.5.20)
8
+ * Revised : 2026/08/01 (v44.5.21)
9
9
  *
10
10
  * https://github.com/cwtickle/danoniplus
11
11
  */
@@ -2831,12 +2831,12 @@ const g_keyObj = {
2831
2831
  chara5_2: [`left`, `down`, `space`, `up`, `right`],
2832
2832
  chara8_2: [`sleft`, `left`, `leftdia`, `down`, `space`, `up`, `rightdia`, `right`],
2833
2833
  chara9h_2: [`1x`, `ax`, `zx`, `sx`, `hx`, `yx`, `ux`, `mx`, `ix`],
2834
- chara11L_2: [`left`, `sleft`, `sdown`, `leftdia`, `down`, `space`,
2835
- `up`, `sup`, `sright`, `rightdia`, `right`],
2836
2834
 
2837
2835
  chara9h_3: [`1x`, `ax`, `zx`, `sx`, `hx`, `yx`, `ux`, `mx`, `ix`],
2838
2836
  chara11_3: [`left`, `sleft`, `sdown`, `leftdia`, `down`, `space`,
2839
2837
  `up`, `sup`, `sright`, `rightdia`, `right`],
2838
+ chara11L_3: [`left`, `sleft`, `sdown`, `leftdia`, `down`, `space`,
2839
+ `up`, `sup`, `sright`, `rightdia`, `right`],
2840
2840
 
2841
2841
  chara9h_4: [`1x`, `ax`, `gor`, `zx`, `sx`, `hx`, `yx`, `ux`, `siyo`, `mx`, `ix`],
2842
2842
  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": "44.5.20",
3
+ "version": "44.5.21",
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",