danoniplus 37.8.4 → 37.8.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/README.md +1 -3
- package/js/danoni_main.js +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
# Dancing☆Onigiri (CW Edition)
|
|
2
2
|
|
|
3
|
-
[](https://www.codefactor.io/repository/github/cwtickle/danoniplus)
|
|
4
|
-
[](https://app.codacy.com/gh/cwtickle/danoniplus/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
|
|
5
3
|
[](https://github.com/cwtickle/danoniplus/actions?query=workflow%3ACodeQL)
|
|
6
4
|
[](https://discord.gg/YVWUdUGyMy)
|
|
7
|
-
[](https://github.com/cwtickle/danoniplus/security/policy)
|
|
8
6
|
[](https://github.com/cwtickle/danoniplus/releases)
|
|
9
7
|
[](https://github.com/cwtickle/danoniplus/blob/develop/LICENSE)
|
|
10
8
|

|
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 : 2024/12/
|
|
7
|
+
* Revised : 2024/12/19
|
|
8
8
|
*
|
|
9
9
|
* https://github.com/cwtickle/danoniplus
|
|
10
10
|
*/
|
|
11
|
-
const g_version = `Ver 37.8.
|
|
12
|
-
const g_revisedDate = `2024/12/
|
|
11
|
+
const g_version = `Ver 37.8.5`;
|
|
12
|
+
const g_revisedDate = `2024/12/19`;
|
|
13
13
|
|
|
14
14
|
// カスタム用バージョン (danoni_custom.js 等で指定可)
|
|
15
15
|
let g_localVersion = ``;
|
|
@@ -8262,7 +8262,7 @@ const scoreConvert = (_dosObj, _scoreId, _preblankFrame, _dummyNo = ``,
|
|
|
8262
8262
|
// g付きの場合は矢印グループから対象の矢印番号を検索
|
|
8263
8263
|
const groupVal = setIntVal(val.slice(1));
|
|
8264
8264
|
for (let j = 0; j < keyNum; j++) {
|
|
8265
|
-
if (g_keyObj[`color${
|
|
8265
|
+
if (g_keyObj[`color${g_keyObj.currentKey}_0`][j] === groupVal) {
|
|
8266
8266
|
colorVals.push(j);
|
|
8267
8267
|
}
|
|
8268
8268
|
}
|