danoniplus 37.8.6 → 37.8.7

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 37.8.6`;
12
- const g_revisedDate = `2025/01/28`;
11
+ const g_version = `Ver 37.8.7`;
12
+ const g_revisedDate = `2025/02/01`;
13
13
 
14
14
  // カスタム用バージョン (danoni_custom.js 等で指定可)
15
15
  let g_localVersion = ``;
@@ -9718,8 +9718,8 @@ const mainInit = () => {
9718
9718
  const filterCss = g_stateObj.filterLock === C_FLG_OFF ? g_cssObj.life_Failed : g_cssObj.life_Cleared;
9719
9719
  [`filterBar0`, `filterBar1`, `borderBar0`, `borderBar1`].forEach(obj =>
9720
9720
  mainSprite.appendChild(createColorObject2(obj, g_lblPosObj.filterBar, filterCss)));
9721
- borderBar0.style.top = wUnit(g_posObj.stepDiffY + g_stateObj.hitPosition);
9722
- borderBar1.style.top = wUnit(g_posObj.stepDiffY + g_posObj.arrowHeight - g_stateObj.hitPosition);
9721
+ borderBar0.style.top = wUnit(g_posObj.stepDiffY + g_workObj.hitPosition);
9722
+ borderBar1.style.top = wUnit(g_posObj.stepDiffY + g_posObj.arrowHeight - g_workObj.hitPosition);
9723
9723
 
9724
9724
  if (g_appearanceRanges.includes(g_stateObj.appearance)) {
9725
9725
  mainSprite.appendChild(createDivCss2Label(`filterView`, ``, g_lblPosObj.filterView));
@@ -10962,8 +10962,8 @@ const changeAppearanceFilter = (_num = 10) => {
10962
10962
  $id(`arrowSprite${topNum}`).clipPath = topShape;
10963
10963
  $id(`arrowSprite${bottomNum}`).clipPath = bottomShape;
10964
10964
 
10965
- $id(`filterBar0`).top = wUnit(g_posObj.arrowHeight * _num / MAX_FILTER_POS + g_stateObj.hitPosition);
10966
- $id(`filterBar1`).top = wUnit(g_posObj.arrowHeight * (MAX_FILTER_POS - _num) / MAX_FILTER_POS - g_stateObj.hitPosition);
10965
+ $id(`filterBar0`).top = wUnit(g_posObj.arrowHeight * _num / MAX_FILTER_POS - g_workObj.hitPosition);
10966
+ $id(`filterBar1`).top = wUnit(g_posObj.arrowHeight * (MAX_FILTER_POS - _num) / MAX_FILTER_POS + g_workObj.hitPosition);
10967
10967
 
10968
10968
  if (g_appearanceRanges.includes(g_stateObj.appearance)) {
10969
10969
  $id(`filterView`).top =
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "danoniplus",
3
- "version": "37.8.6",
3
+ "version": "37.8.7",
4
4
  "description": "Dancing☆Onigiri (CW Edition) - Web-based Rhythm Game",
5
5
  "main": "index.js",
6
6
  "scripts": {