danoniplus 43.6.10 → 43.6.11

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 : 2026/02/28
7
+ * Revised : 2026/03/06
8
8
  *
9
9
  * https://github.com/cwtickle/danoniplus
10
10
  */
11
- const g_version = `Ver 43.6.10`;
12
- const g_revisedDate = `2026/02/28`;
11
+ const g_version = `Ver 43.6.11`;
12
+ const g_revisedDate = `2026/03/06`;
13
13
 
14
14
  // カスタム用バージョン (danoni_custom.js 等で指定可)
15
15
  let g_localVersion = ``;
@@ -13888,7 +13888,7 @@ const judgeRecovery = (_name, _difFrame) => {
13888
13888
  lifeRecovery();
13889
13889
  finishViewing();
13890
13890
 
13891
- if (g_stateObj.freezeReturn !== C_FLG_OFF) {
13891
+ if (g_stateObj.frzReturn !== C_FLG_OFF) {
13892
13892
  if ((g_resultObj.ii + g_resultObj.shakin) % 100 === 0 && !g_workObj.frzReturnFlg) {
13893
13893
  changeReturn(1, g_frzReturnFunc.get(g_stateObj.frzReturn)());
13894
13894
  }
@@ -5,7 +5,7 @@
5
5
  *
6
6
  * Source by tickle
7
7
  * Created : 2019/11/19
8
- * Revised : 2026/02/28 (v43.6.10)
8
+ * Revised : 2026/03/06 (v43.6.11)
9
9
  *
10
10
  * https://github.com/cwtickle/danoniplus
11
11
  */
@@ -2228,6 +2228,7 @@ const g_shortcutObj = {
2228
2228
  Numpad0: { id: `btnPrecond9` },
2229
2229
  Escape: { id: `btnBack` },
2230
2230
  ShiftLeft_Tab: { id: `btnBack` },
2231
+ ShiftRight_Tab: { id: `btnBack` },
2231
2232
  },
2232
2233
  option: {
2233
2234
  ShiftLeft_KeyD: { id: `lnkDifficultyL` },
@@ -2474,14 +2475,23 @@ const g_shortcutObj = {
2474
2475
  },
2475
2476
  exSetting: {
2476
2477
  ShiftLeft_KeyP: { id: `lnkPlayWindowL` },
2478
+ ShiftRight_KeyP: { id: `lnkPlayWindowL` },
2477
2479
  ShiftLeft_KeyS: { id: `lnkStepAreaL` },
2480
+ ShiftRight_KeyS: { id: `lnkStepAreaL` },
2478
2481
  ShiftLeft_KeyF: { id: `lnkFrzReturnL` },
2482
+ ShiftRight_KeyF: { id: `lnkFrzReturnL` },
2479
2483
  ShiftLeft_KeyH: { id: `lnkShakingL` },
2484
+ ShiftRight_KeyH: { id: `lnkShakingL` },
2480
2485
  ShiftLeft_KeyE: { id: `lnkEffectL` },
2486
+ ShiftRight_KeyE: { id: `lnkEffectL` },
2481
2487
  ShiftLeft_KeyC: { id: `lnkCamoufrageL` },
2488
+ ShiftRight_KeyC: { id: `lnkCamoufrageL` },
2482
2489
  ShiftLeft_KeyW: { id: `lnkSwappingL` },
2490
+ ShiftRight_KeyW: { id: `lnkSwappingL` },
2483
2491
  ShiftLeft_KeyJ: { id: `lnkJudgRangeL` },
2492
+ ShiftRight_KeyJ: { id: `lnkJudgRangeL` },
2484
2493
  ShiftLeft_KeyA: { id: `lnkAutoRetryL` },
2494
+ ShiftRight_KeyA: { id: `lnkAutoRetryL` },
2485
2495
 
2486
2496
  KeyP: { id: `lnkPlayWindowR` },
2487
2497
  KeyS: { id: `lnkStepAreaR` },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "danoniplus",
3
- "version": "43.6.10",
3
+ "version": "43.6.11",
4
4
  "description": "Dancing☆Onigiri (CW Edition) - Web-based Rhythm Game",
5
5
  "main": "./js/danoni_main.js",
6
6
  "scripts": {