danoniplus 39.8.0 → 39.8.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/02/21
7
+ * Revised : 2025/02/24
8
8
  *
9
9
  * https://github.com/cwtickle/danoniplus
10
10
  */
11
- const g_version = `Ver 39.8.0`;
12
- const g_revisedDate = `2025/02/21`;
11
+ const g_version = `Ver 39.8.2`;
12
+ const g_revisedDate = `2025/02/24`;
13
13
 
14
14
  // カスタム用バージョン (danoni_custom.js 等で指定可)
15
15
  let g_localVersion = ``;
@@ -7160,6 +7160,7 @@ const keyConfigInit = (_kcType = g_kcType) => {
7160
7160
  const getKeyConfigColor = (_j, _colorPos) => {
7161
7161
  let arrowColor = g_headerObj.setColor[_colorPos];
7162
7162
  if (typeof g_keyObj[`assistPos${keyCtrlPtn}`] === C_TYP_OBJECT &&
7163
+ g_keyObj[`assistPos${keyCtrlPtn}`][g_stateObj.autoPlay] !== undefined &&
7163
7164
  !g_autoPlaysBase.includes(g_stateObj.autoPlay)) {
7164
7165
  if (g_keyObj[`assistPos${keyCtrlPtn}`][g_stateObj.autoPlay][_j] === 1) {
7165
7166
  arrowColor = g_headerObj.setDummyColor[_colorPos];
@@ -5,7 +5,7 @@
5
5
  *
6
6
  * Source by tickle
7
7
  * Created : 2019/11/19
8
- * Revised : 2025/02/21 (v39.8.0)
8
+ * Revised : 2025/02/22 (v39.8.1)
9
9
  *
10
10
  * https://github.com/cwtickle/danoniplus
11
11
  */
@@ -168,7 +168,6 @@ const g_windowObj = {
168
168
  divBack: { background: `linear-gradient(#000000, #222222)` },
169
169
 
170
170
  colorPickSprite: { x: 0, y: 90, w: 50, h: 280 },
171
- keyListSprite: { x: 0, y: g_limitObj.setLblHeight * 7.5 + 40, w: 150, h: 120, overflow: C_DIS_AUTO },
172
171
  };
173
172
 
174
173
  const g_lblPosObj = {};
@@ -194,6 +193,7 @@ const updateWindowSiz = () => {
194
193
  Object.assign(g_windowObj, {
195
194
  optionSprite: { x: (g_sWidth - 450) / 2, y: 65, w: 450, h: 325 },
196
195
  dataSprite: { x: g_btnX() + (g_sWidth - Math.max(g_sWidth - 100, 450)) / 2, y: 65, w: Math.max(g_sWidth - 100, 450), h: 325 },
196
+ keyListSprite: { x: 0, y: g_limitObj.setLblHeight * 7.5 + 40, w: 150, h: g_sHeight - 380, overflow: C_DIS_AUTO },
197
197
  difList: { x: 165, y: 60, w: 280, h: 270 + g_sHeight - 500, overflow: C_DIS_AUTO, pointerEvents: C_DIS_AUTO },
198
198
  difCover: { x: 20, y: 60, w: 145, h: 270 + g_sHeight - 500, opacity: 0.95, pointerEvents: C_DIS_AUTO },
199
199
  difFilter: { x: 0, y: 66, w: 140, h: 204 + g_sHeight - 500, overflow: C_DIS_AUTO, pointerEvents: C_DIS_AUTO },
@@ -264,7 +264,7 @@ const updateWindowSiz = () => {
264
264
  whiteSpace: `nowrap`,
265
265
  },
266
266
  lblKeyDataView: {
267
- x: g_btnX(1 / 3) + 10, y: 100 + g_sHeight / 4 + 10, w: g_btnWidth(7 / 12), h: g_sHeight / 3 - 10, siz: 12, align: C_ALIGN_LEFT,
267
+ x: g_btnX(1 / 3) + 10, y: 100 + g_sHeight / 4 + 10, w: g_btnWidth(7 / 12), h: g_sHeight * 3 / 4 - 215, siz: 12, align: C_ALIGN_LEFT,
268
268
  overflow: C_DIS_AUTO, background: `#222222`, color: `#cccccc`,
269
269
  whiteSpace: `nowrap`,
270
270
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "danoniplus",
3
- "version": "39.8.0",
3
+ "version": "39.8.2",
4
4
  "description": "Dancing☆Onigiri (CW Edition) - Web-based Rhythm Game",
5
5
  "main": "index.js",
6
6
  "scripts": {