danoniplus 38.3.1 → 38.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 : 2025/01/28
7
+ * Revised : 2025/02/01
8
8
  *
9
9
  * https://github.com/cwtickle/danoniplus
10
10
  */
11
- const g_version = `Ver 38.3.1`;
12
- const g_revisedDate = `2025/01/28`;
11
+ const g_version = `Ver 38.3.2`;
12
+ const g_revisedDate = `2025/02/01`;
13
13
 
14
14
  // カスタム用バージョン (danoni_custom.js 等で指定可)
15
15
  let g_localVersion = ``;
@@ -9810,8 +9810,8 @@ const mainInit = () => {
9810
9810
  const filterCss = g_stateObj.filterLock === C_FLG_OFF ? g_cssObj.life_Failed : g_cssObj.life_Cleared;
9811
9811
  [`filterBar0`, `filterBar1`, `borderBar0`, `borderBar1`].forEach(obj =>
9812
9812
  mainSprite.appendChild(createColorObject2(obj, g_lblPosObj.filterBar, filterCss)));
9813
- borderBar0.style.top = wUnit(g_posObj.stepDiffY + g_stateObj.hitPosition);
9814
- borderBar1.style.top = wUnit(g_posObj.stepDiffY + g_posObj.arrowHeight - g_stateObj.hitPosition);
9813
+ borderBar0.style.top = wUnit(g_posObj.stepDiffY + g_workObj.hitPosition);
9814
+ borderBar1.style.top = wUnit(g_posObj.stepDiffY + g_posObj.arrowHeight - g_workObj.hitPosition);
9815
9815
 
9816
9816
  if (g_appearanceRanges.includes(g_stateObj.appearance)) {
9817
9817
  mainSprite.appendChild(createDivCss2Label(`filterView`, ``, g_lblPosObj.filterView));
@@ -11054,8 +11054,8 @@ const changeAppearanceFilter = (_num = 10) => {
11054
11054
  $id(`arrowSprite${topNum}`).clipPath = topShape;
11055
11055
  $id(`arrowSprite${bottomNum}`).clipPath = bottomShape;
11056
11056
 
11057
- $id(`filterBar0`).top = wUnit(g_posObj.arrowHeight * _num / MAX_FILTER_POS + g_stateObj.hitPosition);
11058
- $id(`filterBar1`).top = wUnit(g_posObj.arrowHeight * (MAX_FILTER_POS - _num) / MAX_FILTER_POS - g_stateObj.hitPosition);
11057
+ $id(`filterBar0`).top = wUnit(g_posObj.arrowHeight * _num / MAX_FILTER_POS - g_stateObj.hitPosition);
11058
+ $id(`filterBar1`).top = wUnit(g_posObj.arrowHeight * (MAX_FILTER_POS - _num) / MAX_FILTER_POS + g_stateObj.hitPosition);
11059
11059
 
11060
11060
  if (g_appearanceRanges.includes(g_stateObj.appearance)) {
11061
11061
  $id(`filterView`).top =
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "danoniplus",
3
- "version": "38.3.1",
3
+ "version": "38.3.2",
4
4
  "description": "Dancing☆Onigiri (CW Edition) - Web-based Rhythm Game",
5
5
  "main": "index.js",
6
6
  "scripts": {