danoniplus 28.6.1 → 28.6.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/11/04
7
+ * Revised : 2022/11/15
8
8
  *
9
9
  * https://github.com/cwtickle/danoniplus
10
10
  */
11
- const g_version = `Ver 28.6.1`;
12
- const g_revisedDate = `2022/11/04`;
11
+ const g_version = `Ver 28.6.2`;
12
+ const g_revisedDate = `2022/11/15`;
13
13
  const g_alphaVersion = ``;
14
14
 
15
15
  // カスタム用バージョン (danoni_custom.js 等で指定可)
@@ -9461,8 +9461,8 @@ const changeHitFrz = (_j, _k, _name) => {
9461
9461
 
9462
9462
  // 早押ししたboostCnt分のフリーズアロー終端位置の修正
9463
9463
  let delFrzMotionLength = 0;
9464
- for (let i = 0; i < g_attrObj[frzName].cnt; i++) {
9465
- delFrzMotionLength += g_workObj.motionOnFrames[g_attrObj[frzName].boostCnt - i];
9464
+ for (let i = 0; i <= g_attrObj[frzName].boostCnt; i++) {
9465
+ delFrzMotionLength += g_workObj.motionOnFrames[i];
9466
9466
  }
9467
9467
 
9468
9468
  g_attrObj[frzName].frzBarLength -= (delFrzLength + delFrzMotionLength) * g_attrObj[frzName].dir;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "danoniplus",
3
- "version": "28.6.1",
3
+ "version": "28.6.2",
4
4
  "description": "Dancing☆Onigiri (CW Edition) - Web-based Rhythm Game",
5
5
  "main": "index.js",
6
6
  "scripts": {