danoniplus 29.3.1 → 29.3.2

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 : 2022/12/09
7
+ * Revised : 2022/12/21
8
8
  *
9
9
  * https://github.com/cwtickle/danoniplus
10
10
  */
11
- const g_version = `Ver 29.3.1`;
12
- const g_revisedDate = `2022/12/09`;
11
+ const g_version = `Ver 29.3.2`;
12
+ const g_revisedDate = `2022/12/21`;
13
13
  const g_alphaVersion = ``;
14
14
 
15
15
  // カスタム用バージョン (danoni_custom.js 等で指定可)
@@ -9572,6 +9572,10 @@ const judgeArrow = _j => {
9572
9572
  changeHitFrz(_j, fcurrentNo, `frz`);
9573
9573
  } else {
9574
9574
  changeFailedFrz(_j, fcurrentNo);
9575
+ if (g_headerObj.frzStartjdgUse) {
9576
+ judgeIknai(_difFrame);
9577
+ currentFrz.judgEndFlg = true;
9578
+ }
9575
9579
  }
9576
9580
  g_workObj.judgFrzHitCnt[_j] = fcurrentNo + 1;
9577
9581
  return true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "danoniplus",
3
- "version": "29.3.1",
3
+ "version": "29.3.2",
4
4
  "description": "Dancing☆Onigiri (CW Edition) - Web-based Rhythm Game",
5
5
  "main": "index.js",
6
6
  "scripts": {