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 +1 -1
- package/js/lib/danoni_constants.js +3 -3
- package/package.json +1 -1
package/js/danoni_main.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
*
|
|
6
6
|
* Source by tickle
|
|
7
7
|
* Created : 2019/11/19
|
|
8
|
-
* Revised : 2026/08/01 (v44.5.
|
|
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`],
|