danoniplus 41.4.3 → 41.4.5
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 +5 -4
- package/package.json +1 -1
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/06/
|
|
7
|
+
* Revised : 2025/06/20
|
|
8
8
|
*
|
|
9
9
|
* https://github.com/cwtickle/danoniplus
|
|
10
10
|
*/
|
|
11
|
-
const g_version = `Ver 41.4.
|
|
12
|
-
const g_revisedDate = `2025/06/
|
|
11
|
+
const g_version = `Ver 41.4.5`;
|
|
12
|
+
const g_revisedDate = `2025/06/20`;
|
|
13
13
|
|
|
14
14
|
// カスタム用バージョン (danoni_custom.js 等で指定可)
|
|
15
15
|
let g_localVersion = ``;
|
|
@@ -5215,6 +5215,7 @@ const titleInit = (_initFlg = false) => {
|
|
|
5215
5215
|
if (document.getElementById(`commentArea`) !== null) {
|
|
5216
5216
|
commentArea.innerHTML = convCommentVal;
|
|
5217
5217
|
}
|
|
5218
|
+
} else if (g_headerObj.musicSelectUse && getQueryParamVal(`scoreId`) === null) {
|
|
5218
5219
|
} else {
|
|
5219
5220
|
multiAppend(divRoot,
|
|
5220
5221
|
createDivCss2Label(`lblComment`, convCommentVal, g_lblPosObj.lblComment),
|
|
@@ -11462,7 +11463,7 @@ const mainInit = () => {
|
|
|
11462
11463
|
mainSpriteJ.appendChild(createColorObject2(`filterBar${j % 2 == 0 ? j + 1 : j - 1}_HS`, g_lblPosObj.filterBar, filterCss));
|
|
11463
11464
|
}
|
|
11464
11465
|
addTransform(`mainSprite${j}`, `mainSprite${j}`,
|
|
11465
|
-
|
|
11466
|
+
_keyObj[`layerTrans${keyCtrlPtn}`]?.[0]?.[Math.floor(j / 2) * 2 + (j + Number(g_stateObj.reverse === C_FLG_ON)) % 2]);
|
|
11466
11467
|
|
|
11467
11468
|
stepSprite.push(createEmptySprite(mainSpriteJ, `stepSprite${j}`, mainCommonPos));
|
|
11468
11469
|
arrowSprite.push(createEmptySprite(mainSpriteJ, `arrowSprite${j}`, Object.assign({ y: g_workObj.hitPosition * (j % 2 === 0 ? 1 : -1) }, mainCommonPos)));
|