danoniplus 47.6.4 → 48.1.0

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.
@@ -5,7 +5,7 @@
5
5
  *
6
6
  * Source by tickle
7
7
  * Created : 2019/11/19
8
- * Revised : 2026/05/13 (v47.6.1)
8
+ * Revised : 2026/05/20 (v48.1.0)
9
9
  *
10
10
  * https://github.com/cwtickle/danoniplus
11
11
  */
@@ -102,33 +102,33 @@ const g_limitObj = {
102
102
  const g_settingPos = {
103
103
  dataMgt: {},
104
104
  option: {
105
- difficulty: { heightPos: 0, y: -5, dw: 0, dh: 10 },
106
- speed: { heightPos: 2, y: 0, dw: 0, dh: 0 },
107
- motion: { heightPos: 3, y: 0, dw: 0, dh: 0 },
108
- reverse: { heightPos: 4, y: 0, dw: 0, dh: 0 },
109
- scroll: { heightPos: 4, y: 0, dw: 0, dh: 0 },
110
- shuffle: { heightPos: 5.5, y: 0, dw: 0, dh: 0 },
111
- autoPlay: { heightPos: 6.5, y: 0, dw: 0, dh: 0 },
112
- gauge: { heightPos: 7.5, y: 0, dw: 0, dh: 0 },
113
- adjustment: { heightPos: 10.5, y: 0, dw: 0, dh: 0 },
114
- fadein: { heightPos: 11.5, y: 0, dw: 0, dh: 0 },
115
- volume: { heightPos: 12.5, y: 0, dw: 0, dh: 0 },
105
+ difficulty: { heightPos: 0, y: -5, dh: 10 },
106
+ speed: { heightPos: 2 },
107
+ motion: { heightPos: 3 },
108
+ reverse: { heightPos: 4 },
109
+ scroll: { heightPos: 4 },
110
+ shuffle: { heightPos: 5.5 },
111
+ autoPlay: { heightPos: 6.5 },
112
+ gauge: { heightPos: 7.5 },
113
+ adjustment: { heightPos: 10.5 },
114
+ fadein: { heightPos: 11.5 },
115
+ volume: { heightPos: 12.5 },
116
116
  },
117
117
  settingsDisplay: {
118
- appearance: { heightPos: 7.4, y: 10, dw: 0, dh: 0 },
119
- opacity: { heightPos: 9, y: 10, dw: 0, dh: 0 },
120
- hitPosition: { heightPos: 10, y: 10, dw: 0, dh: 0 },
118
+ appearance: { heightPos: 5.8, y: 10 },
119
+ opacity: { heightPos: 7.4, y: 10 },
120
+ hitPosition: { heightPos: 8.4, y: 10 },
121
121
  },
122
122
  exSetting: {
123
- playWindow: { heightPos: 0, y: 0, dw: 0, dh: 0 },
124
- stepArea: { heightPos: 1, y: 0, dw: 0, dh: 0 },
125
- frzReturn: { heightPos: 2.5, y: 0, dw: 0, dh: 0 },
126
- shaking: { heightPos: 3.5, y: 0, dw: 0, dh: 0 },
127
- effect: { heightPos: 5, y: 0, dw: 0, dh: 0 },
128
- camoufrage: { heightPos: 6, y: 0, dw: 0, dh: 0 },
129
- swapping: { heightPos: 7, y: 0, dw: 0, dh: 0 },
130
- judgRange: { heightPos: 8.5, y: 0, dw: 0, dh: 0 },
131
- autoRetry: { heightPos: 12.5, y: 0, dw: 0, dh: 0 },
123
+ playWindow: { heightPos: 0 },
124
+ stepArea: { heightPos: 1 },
125
+ frzReturn: { heightPos: 2.5 },
126
+ shaking: { heightPos: 3.5 },
127
+ effect: { heightPos: 5 },
128
+ camoufrage: { heightPos: 6 },
129
+ swapping: { heightPos: 7 },
130
+ judgRange: { heightPos: 8.5 },
131
+ autoRetry: { heightPos: 12.5 },
132
132
  },
133
133
  };
134
134
 
@@ -211,7 +211,7 @@ const updateWindowSiz = () => {
211
211
  difList: { x: 165, y: 60, w: 280, h: 270 + g_sHeight - 500, overflow: C_DIS_AUTO, pointerEvents: C_DIS_AUTO },
212
212
  difCover: { x: 20, y: 60, w: 145, h: 270 + g_sHeight - 500, opacity: 0.95, pointerEvents: C_DIS_AUTO },
213
213
  difFilter: { x: 0, y: 66, w: 140, h: 204 + g_sHeight - 500, overflow: C_DIS_AUTO, pointerEvents: C_DIS_AUTO },
214
- displaySprite: { x: 25, y: 30, w: (g_sWidth - 450) / 2, h: g_limitObj.setLblHeight * 5 },
214
+ displaySprite: { x: 25, y: 25, w: (g_sWidth - 450) / 2, h: g_limitObj.setLblHeight * 5 },
215
215
  scoreDetail: { x: 20, y: 85, w: (g_sWidth - 500) / 2 + 420, h: 245 + g_sHeight - 500, visibility: `hidden`, pointerEvents: C_DIS_AUTO },
216
216
  detailMiniMapHeader: { x: 110, y: 0, w: (g_sWidth - 500) / 2 + 310, h: 15 },
217
217
  detailMiniMapSub: { x: 110, y: 15, w: (g_sWidth - 500) / 2 + 310, h: 230 + g_sHeight - 500, overflow: C_DIS_AUTO, pointerEvents: C_DIS_AUTO },
@@ -536,13 +536,29 @@ const updateWindowSiz = () => {
536
536
  x: g_limitObj.setLblLeft + g_limitObj.setLblWidth - 40, y: 0, w: 40, h: g_limitObj.setLblHeight, siz: 12,
537
537
  borderStyle: `solid`,
538
538
  },
539
+ lblDisplayPreview: {
540
+ x: g_sWidth / 2 - 100, y: 0, w: 200, h: 20, siz: 24,
541
+ },
542
+ btnDisplayPreview: {
543
+ x: g_btnX() + Math.floor((g_btnWidth() - 80) / 2), y: 3, w: 80, h: 18, siz: 11,
544
+ title: g_msgObj.displayPreview,
545
+ },
546
+ lblDisplayPreviewMsg: {
547
+ x: g_btnX(), y: g_sHeight - 40, w: g_btnWidth(), h: 20, siz: 14,
548
+ },
549
+ previewCredit: {
550
+ siz: 13, color: `#cccccc`, align: C_ALIGN_LEFT,
551
+ },
539
552
 
540
553
  /** キーコンフィグ画面 */
541
554
  scKcMsg: {
542
555
  x: g_btnX(), y: g_sHeight - 50, w: g_btnWidth(1 / 4), h: 20,
543
556
  },
544
557
  kcMsg: {
545
- x: g_btnX(), y: g_sHeight - 33, w: g_btnWidth(), h: 20, siz: g_limitObj.mainSiz,
558
+ x: g_btnX(), y: g_sHeight - 35, w: g_btnWidth(), h: 20, siz: g_limitObj.mainSiz,
559
+ },
560
+ kcMsg2: {
561
+ x: g_btnX(), y: g_sHeight - 20, w: g_btnWidth(), h: 20, siz: g_limitObj.mainSiz,
546
562
  },
547
563
  kcDesc: {
548
564
  x: g_btnX() + 50, y: 68, w: g_btnWidth() - 100, h: 20,
@@ -568,6 +584,10 @@ const updateWindowSiz = () => {
568
584
  lnkKeySwitch: {
569
585
  x: g_sWidth - 60, w: 50, h: 20, siz: 14,
570
586
  },
587
+ btnKbPreview: {
588
+ x: g_btnX() + Math.floor((g_btnWidth() - 80) / 2), y: 3, w: 80, h: 18, siz: 11,
589
+ title: g_msgObj.displayPreview,
590
+ },
571
591
 
572
592
  btnKcBack: {
573
593
  x: g_btnX(1 / 3), y: g_sHeight - 75,
@@ -1179,7 +1199,6 @@ const g_stateObj = {
1179
1199
 
1180
1200
  d_stepzone: C_FLG_ON,
1181
1201
  d_judgment: C_FLG_ON,
1182
- d_fastslow: C_FLG_ON,
1183
1202
  d_lifegauge: C_FLG_ON,
1184
1203
  d_musicinfo: C_FLG_ON,
1185
1204
  d_score: C_FLG_ON,
@@ -1188,7 +1207,6 @@ const g_stateObj = {
1188
1207
  d_color: C_FLG_ON,
1189
1208
  d_velocity: C_FLG_ON,
1190
1209
  d_arroweffect: C_FLG_ON,
1191
- d_lyrics: C_FLG_ON,
1192
1210
  d_background: C_FLG_ON,
1193
1211
  d_special: C_FLG_ON,
1194
1212
  appearance: `Visible`,
@@ -1348,18 +1366,18 @@ const g_settings = {
1348
1366
 
1349
1367
  // Display設定の拡張リスト
1350
1368
  d_stepZones: [`FlatBar`],
1369
+ d_judgments: [`FastSlow`],
1351
1370
  d_velocitys: [`Extreme`, `Soft`],
1371
+ d_backgrounds: [`Lyrics`],
1352
1372
 
1353
1373
  displayNum: {
1354
1374
  stepZone: 0,
1355
1375
  judgment: 0,
1356
- fastSlow: 0,
1357
1376
  lifeGauge: 0,
1358
1377
  score: 0,
1359
1378
  musicInfo: 0,
1360
1379
  velocity: 0,
1361
1380
  color: 0,
1362
- lyrics: 0,
1363
1381
  background: 0,
1364
1382
  arrowEffect: 0,
1365
1383
  special: 0,
@@ -2198,8 +2216,8 @@ const g_keycons = {
2198
2216
  colorCursorNum: 0,
2199
2217
  };
2200
2218
 
2201
- let g_displays = [`stepZone`, `judgment`, `fastSlow`, `lifeGauge`, `score`, `musicInfo`, `filterLine`,
2202
- `velocity`, `color`, `lyrics`, `background`, `arrowEffect`, `special`];
2219
+ let g_displays = [`stepZone`, `judgment`, `lifeGauge`, `score`, `musicInfo`, `filterLine`,
2220
+ `velocity`, `color`, `background`, `arrowEffect`, `special`];
2203
2221
 
2204
2222
  // ローカルストレージ保存対象
2205
2223
  let g_storeSettings = [`adjustment`, `volume`, `appearance`, `opacity`, `hitPosition`];
@@ -2274,6 +2292,8 @@ const g_posObj = {
2274
2292
  };
2275
2293
 
2276
2294
  const g_diffObj = {
2295
+ arrowJdgX: 0,
2296
+ frzJdgX: 0,
2277
2297
  arrowJdgY: 0,
2278
2298
  frzJdgY: 0,
2279
2299
  };
@@ -2829,6 +2849,7 @@ const g_shortcutObj = {
2829
2849
  KeyU: { id: `btnSettingSummary` },
2830
2850
  },
2831
2851
  settingsDisplay: {
2852
+ KeyP: { id: `btnDisplayPreview` },
2832
2853
  ShiftLeft_KeyA: { id: `lnkAppearanceL` },
2833
2854
  ShiftRight_KeyA: { id: `lnkAppearanceL` },
2834
2855
  KeyA: { id: `lnkAppearanceR` },
@@ -2848,83 +2869,71 @@ const g_shortcutObj = {
2848
2869
  ShiftRight_Digit1: { id: `lnkstepZoneR` },
2849
2870
  ShiftLeft_Digit2: { id: `lnkjudgmentR` },
2850
2871
  ShiftRight_Digit2: { id: `lnkjudgmentR` },
2851
- ShiftLeft_Digit3: { id: `lnkfastSlowR` },
2852
- ShiftRight_Digit3: { id: `lnkfastSlowR` },
2853
- ShiftLeft_Digit4: { id: `lnklifeGaugeR` },
2854
- ShiftRight_Digit4: { id: `lnklifeGaugeR` },
2855
- ShiftLeft_Digit5: { id: `lnkscoreR` },
2856
- ShiftRight_Digit5: { id: `lnkscoreR` },
2857
- ShiftLeft_Digit6: { id: `lnkmusicInfoR` },
2858
- ShiftRight_Digit6: { id: `lnkmusicInfoR` },
2859
- ShiftLeft_Digit7: { id: `lnkfilterLineR` },
2860
- ShiftRight_Digit7: { id: `lnkfilterLineR` },
2861
- ShiftLeft_Digit8: { id: `lnkvelocityR` },
2862
- ShiftRight_Digit8: { id: `lnkvelocityR` },
2863
- ShiftLeft_Digit9: { id: `lnkcolorR` },
2864
- ShiftRight_Digit9: { id: `lnkcolorR` },
2865
- ShiftLeft_Digit0: { id: `lnklyricsR` },
2866
- ShiftRight_Digit0: { id: `lnklyricsR` },
2867
- ShiftLeft_Semicolon: { id: `lnkbackgroundR` },
2868
- ShiftRight_Semicolon: { id: `lnkbackgroundR` },
2869
- ShiftLeft_Minus: { id: `lnkarrowEffectR` },
2870
- ShiftRight_Minus: { id: `lnkarrowEffectR` },
2871
- ShiftLeft_Slash: { id: `lnkspecialR` },
2872
- ShiftRight_Slash: { id: `lnkspecialR` },
2872
+ ShiftLeft_Digit3: { id: `lnklifeGaugeR` },
2873
+ ShiftRight_Digit3: { id: `lnklifeGaugeR` },
2874
+ ShiftLeft_Digit4: { id: `lnkscoreR` },
2875
+ ShiftRight_Digit4: { id: `lnkscoreR` },
2876
+ ShiftLeft_Digit5: { id: `lnkmusicInfoR` },
2877
+ ShiftRight_Digit5: { id: `lnkmusicInfoR` },
2878
+ ShiftLeft_Digit6: { id: `lnkfilterLineR` },
2879
+ ShiftRight_Digit6: { id: `lnkfilterLineR` },
2880
+ ShiftLeft_Digit7: { id: `lnkvelocityR` },
2881
+ ShiftRight_Digit7: { id: `lnkvelocityR` },
2882
+ ShiftLeft_Digit8: { id: `lnkcolorR` },
2883
+ ShiftRight_Digit8: { id: `lnkcolorR` },
2884
+ ShiftLeft_Digit9: { id: `lnkbackgroundR` },
2885
+ ShiftRight_Digit9: { id: `lnkbackgroundR` },
2886
+ ShiftLeft_Digit0: { id: `lnkarrowEffectR` },
2887
+ ShiftRight_Digit0: { id: `lnkarrowEffectR` },
2888
+ ShiftLeft_Semicolon: { id: `lnkspecialR` },
2889
+ ShiftRight_Semicolon: { id: `lnkspecialR` },
2873
2890
 
2874
2891
  Digit1: { id: `lnkstepZone` },
2875
2892
  Digit2: { id: `lnkjudgment` },
2876
- Digit3: { id: `lnkfastSlow` },
2877
- Digit4: { id: `lnklifeGauge` },
2878
- Digit5: { id: `lnkscore` },
2879
- Digit6: { id: `lnkmusicInfo` },
2880
- Digit7: { id: `lnkfilterLine` },
2881
- Digit8: { id: `lnkvelocity` },
2882
- Digit9: { id: `lnkcolor` },
2883
- Digit0: { id: `lnklyrics` },
2884
- Semicolon: { id: `lnkbackground` },
2885
- Minus: { id: `lnkarrowEffect` },
2886
- Slash: { id: `lnkspecial` },
2893
+ Digit3: { id: `lnklifeGauge` },
2894
+ Digit4: { id: `lnkscore` },
2895
+ Digit5: { id: `lnkmusicInfo` },
2896
+ Digit6: { id: `lnkfilterLine` },
2897
+ Digit7: { id: `lnkvelocity` },
2898
+ Digit8: { id: `lnkcolor` },
2899
+ Digit9: { id: `lnkbackground` },
2900
+ Digit0: { id: `lnkarrowEffect` },
2901
+ Semicolon: { id: `lnkspecial` },
2887
2902
 
2888
2903
  ShiftLeft_Numpad1: { id: `lnkstepZoneR` },
2889
2904
  ShiftRight_Numpad1: { id: `lnkstepZoneR` },
2890
2905
  ShiftLeft_Numpad2: { id: `lnkjudgmentR` },
2891
2906
  ShiftRight_Numpad2: { id: `lnkjudgmentR` },
2892
- ShiftLeft_Numpad3: { id: `lnkfastSlowR` },
2893
- ShiftRight_Numpad3: { id: `lnkfastSlowR` },
2894
- ShiftLeft_Numpad4: { id: `lnklifeGaugeR` },
2895
- ShiftRight_Numpad4: { id: `lnklifeGaugeR` },
2896
- ShiftLeft_Numpad5: { id: `lnkscoreR` },
2897
- ShiftRight_Numpad5: { id: `lnkscoreR` },
2898
- ShiftLeft_Numpad6: { id: `lnkmusicInfoR` },
2899
- ShiftRight_Numpad6: { id: `lnkmusicInfoR` },
2900
- ShiftLeft_Numpad7: { id: `lnkfilterLineR` },
2901
- ShiftRight_Numpad7: { id: `lnkfilterLineR` },
2902
- ShiftLeft_Numpad8: { id: `lnkvelocityR` },
2903
- ShiftRight_Numpad8: { id: `lnkvelocityR` },
2904
- ShiftLeft_Numpad9: { id: `lnkcolorR` },
2905
- ShiftRight_Numpad9: { id: `lnkcolorR` },
2906
- ShiftLeft_Numpad0: { id: `lnklyricsR` },
2907
- ShiftRight_Numpad0: { id: `lnklyricsR` },
2908
- ShiftLeft_NumpadAdd: { id: `lnkbackgroundR` },
2909
- ShiftRight_NumpadAdd: { id: `lnkbackgroundR` },
2910
- ShiftLeft_NumpadSubtract: { id: `lnkarrowEffectR` },
2911
- ShiftRight_NumpadSubtract: { id: `lnkarrowEffectR` },
2912
- ShiftLeft_NumpadDivide: { id: `lnkspecialR` },
2913
- ShiftRight_NumpadDivide: { id: `lnkspecialR` },
2907
+ ShiftLeft_Numpad3: { id: `lnklifeGaugeR` },
2908
+ ShiftRight_Numpad3: { id: `lnklifeGaugeR` },
2909
+ ShiftLeft_Numpad4: { id: `lnkscoreR` },
2910
+ ShiftRight_Numpad4: { id: `lnkscoreR` },
2911
+ ShiftLeft_Numpad5: { id: `lnkmusicInfoR` },
2912
+ ShiftRight_Numpad5: { id: `lnkmusicInfoR` },
2913
+ ShiftLeft_Numpad6: { id: `lnkfilterLineR` },
2914
+ ShiftRight_Numpad6: { id: `lnkfilterLineR` },
2915
+ ShiftLeft_Numpad7: { id: `lnkvelocityR` },
2916
+ ShiftRight_Numpad7: { id: `lnkvelocityR` },
2917
+ ShiftLeft_Numpad8: { id: `lnkcolorR` },
2918
+ ShiftRight_Numpad8: { id: `lnkcolorR` },
2919
+ ShiftLeft_Numpad9: { id: `lnkbackgroundR` },
2920
+ ShiftRight_Numpad9: { id: `lnkbackgroundR` },
2921
+ ShiftLeft_Numpad0: { id: `lnkarrowEffectR` },
2922
+ ShiftRight_Numpad0: { id: `lnkarrowEffectR` },
2923
+ ShiftLeft_NumpadAdd: { id: `lnkspecialR` },
2924
+ ShiftRight_NumpadAdd: { id: `lnkspecialR` },
2914
2925
 
2915
2926
  Numpad1: { id: `lnkstepZone` },
2916
2927
  Numpad2: { id: `lnkjudgment` },
2917
- Numpad3: { id: `lnkfastSlow` },
2918
- Numpad4: { id: `lnklifeGauge` },
2919
- Numpad5: { id: `lnkscore` },
2920
- Numpad6: { id: `lnkmusicInfo` },
2921
- Numpad7: { id: `lnkfilterLine` },
2922
- Numpad8: { id: `lnkvelocity` },
2923
- Numpad9: { id: `lnkcolor` },
2924
- Numpad0: { id: `lnklyrics` },
2925
- NumpadAdd: { id: `lnkbackground` },
2926
- NumpadSubtract: { id: `lnkarrowEffect` },
2927
- NumpadDivide: { id: `lnkspecial` },
2928
+ Numpad3: { id: `lnklifeGauge` },
2929
+ Numpad4: { id: `lnkscore` },
2930
+ Numpad5: { id: `lnkmusicInfo` },
2931
+ Numpad6: { id: `lnkfilterLine` },
2932
+ Numpad7: { id: `lnkvelocity` },
2933
+ Numpad8: { id: `lnkcolor` },
2934
+ Numpad9: { id: `lnkbackground` },
2935
+ Numpad0: { id: `lnkarrowEffect` },
2936
+ NumpadAdd: { id: `lnkspecial` },
2928
2937
 
2929
2938
  KeyZ: { id: `btnSave` },
2930
2939
  Escape: { id: `btnBack` },
@@ -2936,6 +2945,16 @@ const g_shortcutObj = {
2936
2945
  Tab: { id: `btnSettings` },
2937
2946
  KeyU: { id: `btnSettingSummary` },
2938
2947
  },
2948
+ displayPreview: {
2949
+ KeyP: { id: `btnDisplayPreview2` },
2950
+ Escape: { id: `btnBack` },
2951
+ Space: { id: `btnKeyConfig` },
2952
+ Enter: { id: `btnPlay` },
2953
+ NumpadEnter: { id: `btnPlay` },
2954
+ ShiftLeft_Tab: { id: `btnBack` },
2955
+ ShiftRight_Tab: { id: `btnBack` },
2956
+ Tab: { id: `btnSettings` },
2957
+ },
2939
2958
  exSetting: {
2940
2959
  ShiftLeft_KeyP: { id: `lnkPlayWindowL` },
2941
2960
  ShiftRight_KeyP: { id: `lnkPlayWindowL` },
@@ -3062,6 +3081,7 @@ const g_mainRepeatObj = {
3062
3081
  // CSS名称
3063
3082
  const g_cssObj = {
3064
3083
  title_base: `title_base`,
3084
+ settings_Display: `settings_Display`,
3065
3085
 
3066
3086
  settings_DifSelector: `settings_DifSelector`,
3067
3087
  settings_Disabled: `settings_Disabled`,
@@ -3097,6 +3117,8 @@ const g_cssObj = {
3097
3117
  life_Background: `life_Background`,
3098
3118
  life_Border: `life_Border`,
3099
3119
  life_BorderColor: `life_BorderColor`,
3120
+ life_frzNormal: `life_frzNormal`,
3121
+ life_frzActive: `life_frzActive`,
3100
3122
 
3101
3123
  result_lbl: `result_lbl`,
3102
3124
  result_style: `result_style`,
@@ -3118,6 +3140,11 @@ const g_cssObj = {
3118
3140
  common_excessive: `common_excessive`,
3119
3141
  common_estAdj: `common_estAdj`,
3120
3142
 
3143
+ common_auto: `common_auto`,
3144
+ common_shuffle: `common_shuffle`,
3145
+ common_assist: `common_assist`,
3146
+ common_another: `common_another`,
3147
+
3121
3148
  result_score: `result_score`,
3122
3149
  result_scoreHiBlanket: `result_scoreHiBlanket`,
3123
3150
  result_scoreHi: `result_scoreHi`,
@@ -3835,6 +3862,8 @@ Object.keys(g_keyObj)
3835
3862
  .filter(key => key.startsWith(g_keyObj.defaultProp) && key.endsWith(`_0`))
3836
3863
  .forEach(key => g_keyObj.defaultKeyList.push(key.split(`_`)[0].slice(g_keyObj.defaultProp.length)));
3837
3864
 
3865
+ let g_baseColorGrs = {};
3866
+
3838
3867
  // キーパターンのコピーリスト
3839
3868
  // ・コピー先:コピー元の順に指定する
3840
3869
  // ・上から順に処理する
@@ -4682,14 +4711,12 @@ const g_lblNameObj = {
4682
4711
 
4683
4712
  rd_StepZone: `Step`,
4684
4713
  rd_Judgment: `Judge`,
4685
- rd_FastSlow: `FS`,
4686
4714
  rd_LifeGauge: `Life`,
4687
4715
  rd_Score: `Score`,
4688
4716
  rd_MusicInfo: `MusicInfo`,
4689
4717
  rd_FilterLine: `Filter`,
4690
4718
  rd_Velocity: `Velocity`,
4691
4719
  rd_Color: `Color`,
4692
- rd_Lyrics: `Lyrics`,
4693
4720
  rd_Background: `Back`,
4694
4721
  rd_ArrowEffect: `Effect`,
4695
4722
  rd_Special: `SP`,
@@ -4719,7 +4746,11 @@ const g_lang_lblNameObj = {
4719
4746
  kcShortcutDesc1: `タイトルバック: {0}`,
4720
4747
  kcShortcutDesc2: `リトライ: {1}`,
4721
4748
  transKeyDesc: `別キーモードではキーコンフィグ、ColorType等は保存されません`,
4749
+ colorTypeDesc: `現在のColorTypeの設定では、色変化(Display:Color)は自動的にOFFになります`,
4722
4750
  sdShortcutDesc: `Hid+/Sud+時ショートカット:「pageUp」カバーを上へ / 「pageDown」下へ`,
4751
+ displayPreviewDesc: `判定キャラクタ部分をドラッグで移動するとその位置に補正されます`,
4752
+ arrowJdgUpdate: `矢印判定の座標を更新`,
4753
+ frzJdgUpdate: `フリーズアロー判定の座標を更新`,
4723
4754
  resultImageDesc: `画像を右クリックしてコピーできます`,
4724
4755
 
4725
4756
  s_level: `Level`,
@@ -4775,7 +4806,11 @@ const g_lang_lblNameObj = {
4775
4806
  kcShortcutDesc1: `Return to title: {0}`,
4776
4807
  kcShortcutDesc2: `Retry the game: {1}`,
4777
4808
  transKeyDesc: `Key config, Color type, etc. are not saved in another key mode`,
4809
+ colorTypeDesc: `With the current ColorType setting, color change (Display:Color) will be automatically turned OFF.`,
4778
4810
  sdShortcutDesc: `When "Hidden+" or "Sudden+" select, "pageUp" cover up / "pageDown" cover down`,
4811
+ displayPreviewDesc: `If you drag the judgment character section, it will be adjusted to that position.`,
4812
+ arrowJdgUpdate: `Update the coordinates (arrow)`,
4813
+ frzJdgUpdate: `Update the coordinates (freeze)`,
4779
4814
  resultImageDesc: `You can copy the image by right-clicking on it.`,
4780
4815
 
4781
4816
  s_level: `Level`,
@@ -4917,8 +4952,9 @@ const g_lang_msgObj = {
4917
4952
  lnkHighScore: `譜面のハイスコアをクリップボードへコピー`,
4918
4953
 
4919
4954
  appearance: `流れる矢印の見え方を制御します。`,
4920
- opacity: `判定キャラクタ、コンボ数、Fast/Slow、Hidden+/Sudden+の\n境界線表示の透明度を設定します。`,
4955
+ opacity: `判定キャラクタ、コンボ数、Fast/Slowの透明度を設定します。`,
4921
4956
  hitPosition: `判定位置にズレを感じる場合、\n数値を変えることで判定の中央位置を1px単位(プラス:手前, マイナス:奥側)で調整することができます。\n早押し・遅押し傾向にある場合に使用します。`,
4957
+ displayPreview: `プレイ画面上のオブジェクトの表示状態をプレビューします。\n判定キャラクタ部分をドラッグで移動するとその位置に補正されます。`,
4922
4958
 
4923
4959
  colorType: `矢印・フリーズアローの配色セットをあらかじめ定義されたリストから選択できます。\nType1~4選択時は色変化が自動でOFFになり、カラーピッカーから好きな色に変更できます。\n[Type0] グラデーション切替, [Type1~4] デフォルトパターン`,
4924
4960
  imgType: `矢印・フリーズアローなどのオブジェクトの見た目を変更します。`,
@@ -5023,6 +5059,7 @@ const g_lang_msgObj = {
5023
5059
  appearance: `Controls how the flowing sequences look.`,
5024
5060
  opacity: `Set the transparency of some objects such as judgment, combo counts, fast and slow`,
5025
5061
  hitPosition: `If you feel a discrepancy in the judgment position, \nyou can adjust the center position of the judgment in 1px increments \n (plus: in front, minus: at the back) by changing the numerical value. \nUse this function when there is a tendency to push too fast or too slow.`,
5062
+ displayPreview: `Preview the display status of objects on the play screen.\nDragging the judgment character section will adjust it to that position.`,
5026
5063
 
5027
5064
  colorType: `Change the color scheme set for arrows and freeze-arrows from the predefined set.\nWhen Type1 to 4 is selected, color change is automatically turned off and can be changed to any color from the color picker.\n[Type0] Switch the sequences color gradations, [Type1~4] default color scheme`,
5028
5065
  imgType: `Change the appearance of sequences.`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "danoniplus",
3
- "version": "47.6.4",
3
+ "version": "48.1.0",
4
4
  "description": "Dancing☆Onigiri (CW Edition) - Web-based Rhythm Game",
5
5
  "main": "./js/danoni_main.js",
6
6
  "jsdelivr": "./js/danoni_main.js",
@@ -5,7 +5,7 @@
5
5
  スキンcssファイル (default)
6
6
 
7
7
  Created : 2019/11/04
8
- Revised : 2025/02/01 (v39.0.0)
8
+ Revised : 2026/05/17 (v48.0.0)
9
9
 
10
10
  https://github.com/cwtickle/danoniplus
11
11
  ------------------------------------------ */
@@ -70,6 +70,10 @@
70
70
  --settings-slice-gaugeTable-x: 1;
71
71
  --settings-border-gaugeTable-x: 1px;
72
72
 
73
+ /* 譜面明細子画面: ハイスコア表示 */
74
+ /* --settings-assist-x: var(--common-kita); */
75
+ /* --settings-another-x: var(--common-ii); */
76
+
73
77
  /* キーコンフィグ関連 */
74
78
  --keyconfig-warning-x: #ffff99;
75
79
  --keyconfig-imgType-x: #99ddff;
@@ -96,6 +100,7 @@
96
100
  /* --common-diffSlow: var(--common-shobon); */
97
101
  /* --common-estAdj: var(--common-shakin); */
98
102
  /* --common-excessive: var(--common-kita); */
103
+ /* --common-auto: var(--common-kita); */
99
104
 
100
105
  /* ステップゾーン */
101
106
  --main-stepKeyDown: #66ffff;
@@ -115,6 +120,10 @@
115
120
  --life-cleared: #004444;
116
121
  --life-failed: #444444;
117
122
 
123
+ /* ライフゲージ: FrzReturn用 */
124
+ /* --life-frz-normal: var(--main-stepShobon); */
125
+ /* --life-frz-active: var(--main-stepMatari); */
126
+
118
127
  /* ライフゲージ本体 */
119
128
  --life-background: #222222;
120
129
  --life-bg-border: #555555;
@@ -5,7 +5,7 @@
5
5
  スキンcssファイル (light)
6
6
 
7
7
  Created : 2019/11/04
8
- Revised : 2025/02/01 (v39.0.0)
8
+ Revised : 2026/05/17 (v48.0.0)
9
9
 
10
10
  https://github.com/cwtickle/danoniplus
11
11
  ------------------------------------------ */
@@ -70,6 +70,10 @@
70
70
  --settings-slice-gaugeTable-x: 1;
71
71
  --settings-border-gaugeTable-x: 1px;
72
72
 
73
+ /* 譜面明細子画面: ハイスコア表示 */
74
+ /* --settings-assist-x: var(--common-kita); */
75
+ /* --settings-another-x: var(--common-ii); */
76
+
73
77
  /* キーコンフィグ関連 */
74
78
  --keyconfig-warning-x: #999900;
75
79
  --keyconfig-imgType-x: #003377;
@@ -96,6 +100,7 @@
96
100
  /* --common-diffSlow: var(--common-shobon); */
97
101
  /* --common-estAdj: var(--common-shakin); */
98
102
  /* --common-excessive: var(--common-kita); */
103
+ /* --common-auto: var(--common-kita); */
99
104
 
100
105
  /* ステップゾーン */
101
106
  --main-stepKeyDown: #009999;
@@ -115,6 +120,10 @@
115
120
  --life-cleared: #66cccc;
116
121
  --life-failed: #999999;
117
122
 
123
+ /* ライフゲージ: FrzReturn用 */
124
+ /* --life-frz-normal: var(--main-stepShobon); */
125
+ /* --life-frz-active: var(--main-stepMatari); */
126
+
118
127
  /* ライフゲージ本体 */
119
128
  --life-background: #cccccc;
120
129
  --life-bg-border: #555555;
@@ -5,7 +5,7 @@
5
5
  スキンcssファイル (skyblue)
6
6
 
7
7
  Created : 2019/11/04
8
- Revised : 2025/02/01 (v39.0.0)
8
+ Revised : 2026/05/17 (v48.0.0)
9
9
 
10
10
  https://github.com/cwtickle/danoniplus
11
11
  ------------------------------------------ */
@@ -70,6 +70,10 @@
70
70
  --settings-slice-gaugeTable-x: 1;
71
71
  --settings-border-gaugeTable-x: 1px;
72
72
 
73
+ /* 譜面明細子画面: ハイスコア表示 */
74
+ /* --settings-assist-x: var(--common-kita); */
75
+ /* --settings-another-x: var(--common-ii); */
76
+
73
77
  /* キーコンフィグ関連 */
74
78
  --keyconfig-warning-x: #999900;
75
79
  --keyconfig-imgType-x: #003377;
@@ -96,6 +100,7 @@
96
100
  /* --common-diffSlow: var(--common-shobon); */
97
101
  /* --common-estAdj: var(--common-shakin); */
98
102
  /* --common-excessive: var(--common-kita); */
103
+ /* --common-auto: var(--common-kita); */
99
104
 
100
105
  /* ステップゾーン */
101
106
  --main-stepKeyDown: #009999;
@@ -115,6 +120,10 @@
115
120
  --life-cleared: #66cccc;
116
121
  --life-failed: #999999;
117
122
 
123
+ /* ライフゲージ: FrzReturn用 */
124
+ /* --life-frz-normal: var(--main-stepShobon); */
125
+ /* --life-frz-active: var(--main-stepMatari); */
126
+
118
127
  /* ライフゲージ本体 */
119
128
  --life-background: #cccccc;
120
129
  --life-bg-border: #555555;