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 +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 (v47.6.
|
|
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`],
|