danoniplus 36.6.10 → 36.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 : 2025/01/28
7
+ * Revised : 2025/02/01
8
8
  *
9
9
  * https://github.com/cwtickle/danoniplus
10
10
  */
11
- const g_version = `Ver 36.6.10`;
12
- const g_revisedDate = `2025/01/28`;
11
+ const g_version = `Ver 36.6.11`;
12
+ const g_revisedDate = `2025/02/01`;
13
13
 
14
14
  // カスタム用バージョン (danoni_custom.js 等で指定可)
15
15
  let g_localVersion = ``;
@@ -9285,8 +9285,8 @@ const mainInit = _ => {
9285
9285
  const filterCss = g_stateObj.filterLock === C_FLG_OFF ? g_cssObj.life_Failed : g_cssObj.life_Cleared;
9286
9286
  [`filterBar0`, `filterBar1`, `borderBar0`, `borderBar1`].forEach(obj =>
9287
9287
  mainSprite.appendChild(createColorObject2(obj, g_lblPosObj.filterBar, filterCss)));
9288
- borderBar0.style.top = wUnit(g_posObj.stepDiffY + g_stateObj.hitPosition);
9289
- borderBar1.style.top = wUnit(g_posObj.stepDiffY + g_posObj.arrowHeight - g_stateObj.hitPosition);
9288
+ borderBar0.style.top = wUnit(g_posObj.stepDiffY + g_workObj.hitPosition);
9289
+ borderBar1.style.top = wUnit(g_posObj.stepDiffY + g_posObj.arrowHeight - g_workObj.hitPosition);
9290
9290
 
9291
9291
  if (g_appearanceRanges.includes(g_stateObj.appearance)) {
9292
9292
  mainSprite.appendChild(createDivCss2Label(`filterView`, ``, g_lblPosObj.filterView));
@@ -10478,8 +10478,8 @@ const changeAppearanceFilter = (_appearance, _num = 10) => {
10478
10478
  $id(`arrowSprite${topNum}`).clipPath = topShape;
10479
10479
  $id(`arrowSprite${bottomNum}`).clipPath = bottomShape;
10480
10480
 
10481
- $id(`filterBar0`).top = wUnit(g_posObj.arrowHeight * _num / 100 + g_stateObj.hitPosition);
10482
- $id(`filterBar1`).top = wUnit(g_posObj.arrowHeight * (100 - _num) / 100 - g_stateObj.hitPosition);
10481
+ $id(`filterBar0`).top = wUnit(g_posObj.arrowHeight * _num / 100 - g_workObj.hitPosition);
10482
+ $id(`filterBar1`).top = wUnit(g_posObj.arrowHeight * (100 - _num) / 100 + g_workObj.hitPosition);
10483
10483
 
10484
10484
  if (g_appearanceRanges.includes(_appearance)) {
10485
10485
  $id(`filterView`).top =
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "danoniplus",
3
- "version": "36.6.10",
3
+ "version": "36.6.11",
4
4
  "description": "Dancing☆Onigiri (CW Edition) - Web-based Rhythm Game",
5
5
  "main": "index.js",
6
6
  "scripts": {