danoniplus 49.3.2 → 49.4.1

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.
Files changed (39) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +214 -214
  3. package/danoni/dTemplate.html +61 -61
  4. package/danoni/danoni0.html +180 -180
  5. package/danoni/danoni0_remote.html +132 -132
  6. package/danoni/danoni2.html +45 -45
  7. package/danoni/danoni3.html +126 -126
  8. package/danoni/danoni4_skin.html +69 -69
  9. package/danoni/danoni5.html +255 -255
  10. package/danoni/danoniA.txt +30 -30
  11. package/danoni/danoniA2.txt +11 -11
  12. package/danoni/dos/0001_ThrustUp.txt +73 -73
  13. package/danoni/dos/0002_Combative.txt +30 -30
  14. package/img/note/aaShadow.svg +6 -6
  15. package/img/note/arrow.svg +6 -6
  16. package/img/note/arrowShadow.svg +6 -6
  17. package/img/note/c.svg +6 -6
  18. package/img/note/giko.svg +6 -6
  19. package/img/note/iyo.svg +6 -6
  20. package/img/note/monar.svg +6 -6
  21. package/img/note/morara.svg +6 -6
  22. package/img/note/onigiri.svg +6 -6
  23. package/js/danoni_main.js +18058 -17957
  24. package/js/lib/danoni_constants.js +5426 -5420
  25. package/js/lib/danoni_localbinary.js +29 -29
  26. package/js/lib/legacy_functions.js +216 -216
  27. package/js/sample/danoni_custom-003.js +321 -321
  28. package/js/template/danoni_custom.js +233 -233
  29. package/js/template/danoni_main.js +17 -17
  30. package/js/template/danoni_setting.js +453 -453
  31. package/jsconfig.json +12 -12
  32. package/package.json +23 -23
  33. package/skin/danoni_skin_background.css +8 -8
  34. package/skin/danoni_skin_default.css +225 -225
  35. package/skin/danoni_skin_default.js +90 -90
  36. package/skin/danoni_skin_light.css +225 -225
  37. package/skin/danoni_skin_light.js +90 -90
  38. package/skin/danoni_skin_skyblue.css +225 -225
  39. package/skin/danoni_skin_skyblue.js +90 -90
package/jsconfig.json CHANGED
@@ -1,13 +1,13 @@
1
- {
2
- "compilerOptions": {
3
- "target": "es2020",
4
- "paths": {
5
- "*": [
6
- "./*"
7
- ]
8
- }
9
- },
10
- "exclude": [
11
- "node_modules"
12
- ]
1
+ {
2
+ "compilerOptions": {
3
+ "target": "es2020",
4
+ "paths": {
5
+ "*": [
6
+ "./*"
7
+ ]
8
+ }
9
+ },
10
+ "exclude": [
11
+ "node_modules"
12
+ ]
13
13
  }
package/package.json CHANGED
@@ -1,24 +1,24 @@
1
- {
2
- "name": "danoniplus",
3
- "version": "49.3.2",
4
- "description": "Dancing☆Onigiri (CW Edition) - Web-based Rhythm Game",
5
- "main": "./js/danoni_main.js",
6
- "jsdelivr": "./js/danoni_main.js",
7
- "scripts": {
8
- "test": "echo \"Error: no test specified\" && exit 1"
9
- },
10
- "repository": {
11
- "type": "git",
12
- "url": "git+https://github.com/cwtickle/danoniplus.git"
13
- },
14
- "keywords": [
15
- "rhythm-game",
16
- "dancing-onigiri"
17
- ],
18
- "author": "tickle <quc_tickle@cw7.sakura.ne.jp> (https://github.com/cwtickle/)",
19
- "license": "MIT",
20
- "bugs": {
21
- "url": "https://github.com/cwtickle/danoniplus/issues"
22
- },
23
- "homepage": "https://github.com/cwtickle/danoniplus#readme"
1
+ {
2
+ "name": "danoniplus",
3
+ "version": "49.4.1",
4
+ "description": "Dancing☆Onigiri (CW Edition) - Web-based Rhythm Game",
5
+ "main": "./js/danoni_main.js",
6
+ "jsdelivr": "./js/danoni_main.js",
7
+ "scripts": {
8
+ "test": "echo \"Error: no test specified\" && exit 1"
9
+ },
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "git+https://github.com/cwtickle/danoniplus.git"
13
+ },
14
+ "keywords": [
15
+ "rhythm-game",
16
+ "dancing-onigiri"
17
+ ],
18
+ "author": "tickle <quc_tickle@cw7.sakura.ne.jp> (https://github.com/cwtickle/)",
19
+ "license": "MIT",
20
+ "bugs": {
21
+ "url": "https://github.com/cwtickle/danoniplus/issues"
22
+ },
23
+ "homepage": "https://github.com/cwtickle/danoniplus#readme"
24
24
  }
@@ -1,8 +1,8 @@
1
- @charset "UTF-8";
2
- /* 背景 */
3
- #divBack {
4
- background: linear-gradient(#000000, #222222);
5
- /*
6
- background-image: url("../img/backgroundfile.png");
7
- */
8
- }
1
+ @charset "UTF-8";
2
+ /* 背景 */
3
+ #divBack {
4
+ background: linear-gradient(#000000, #222222);
5
+ /*
6
+ background-image: url("../img/backgroundfile.png");
7
+ */
8
+ }
@@ -1,226 +1,226 @@
1
- @charset "UTF-8";
2
-
3
- /* ----------------------------------------
4
- Dancing☆Onigiri (CW Edition)
5
- スキンcssファイル (default)
6
-
7
- Created : 2019/11/04
8
- Revised : 2026/05/17 (v48.0.0)
9
-
10
- https://github.com/cwtickle/danoniplus
11
- ------------------------------------------ */
12
-
13
- :root {
14
- /* 背景 */
15
- --background: linear-gradient(#000000, #222222);
16
- /* --back-chartDetail: var(--background); */
17
- /* --back-difListL: var(--background); */
18
- /* --back-difListR: var(--back-difListL, var(--background)); */
19
-
20
- /* タイトル共通色 */
21
- --title-base: #cccccc;
22
-
23
- /* 画面タイトル色 */
24
- --title-dancing: #6666ff;
25
- --title-onigiri: #ff6666;
26
- --title-star: #ffff66;
27
- --title-display: #ffff66;
28
-
29
- /* タイトルサイズ */
30
- --title-siz-x: 40px;
31
-
32
- /* 設定別ヘッダー */
33
- --settings-difficulty-x: #ff9999;
34
- --settings-speed-x: #ffff99;
35
- --settings-motion-x: #eeff99;
36
- --settings-scroll-x: #ddff99;
37
- --settings-shuffle-x: #99ff99;
38
- --settings-autoPlay-x: #99ffbb;
39
- --settings-gauge-x: #99ffdd;
40
- --settings-adjustment-x: #99ffff;
41
- --settings-fadein-x: #99eeff;
42
- --settings-volume-x: #99ddff;
43
- --settings-appearance-x: #cc99ff;
44
- --settings-opacity-x: #ee99ff;
45
- --settings-hitPosition-x: #ff99ff;
46
- --settings-playWindow-x: #9999ff;
47
- --settings-stepArea-x: #6699ff;
48
- --settings-frzReturn-x: #99ccff;
49
- --settings-shaking-x: #99ffff;
50
- --settings-effect-x: #99ffcc;
51
- --settings-camoufrage-x: #99ff99;
52
- --settings-swapping-x: #ccff99;
53
- --settings-judgRange-x: #ffff99;
54
- --settings-autoRetry-x: #cc99ff;
55
-
56
- /* 譜面選択部分背景 */
57
- --settings-difSelector: #111111;
58
-
59
- /* 設定無効化時 */
60
- --settings-disabled-x: #666666;
61
-
62
- /* フェードインバー */
63
- --settings-fadeinBar-x: #ffffff;
64
-
65
- /* ゲージ表示 (可変) */
66
- --settings-lifeVal-x: #ff9966;
67
-
68
- /* ゲージ設定枠 */
69
- --settings-bc-gaugeTable: #666666;
70
- --settings-slice-gaugeTable-x: 1;
71
- --settings-border-gaugeTable-x: 1px;
72
-
73
- /* 譜面明細子画面: ハイスコア表示 */
74
- /* --settings-assist-x: var(--common-kita); */
75
- /* --settings-another-x: var(--common-ii); */
76
-
77
- /* キーコンフィグ関連 */
78
- --keyconfig-warning-x: #ffff99;
79
- --keyconfig-imgType-x: #99ddff;
80
- --keyconfig-colorType-x: #ffdd99;
81
- --keyconfig-changekey-x: #ffff00;
82
- --keyconfig-defaultkey-x: #99ccff;
83
- /* --keyconfig-colorGr-x: var(--settings-colorType-x); */
84
- /* --keyconfig-shuffleGr-x: var(--settings-shuffle-x); */
85
- /* --keyconfig-stepRtnGr-x: var(--settings-adjustment-x); */
86
-
87
- /* 判定 */
88
- --common-ii: #66ffff;
89
- --common-shakin: #99ff99;
90
- --common-matari: #ff9966;
91
- --common-shobon: #ccccff;
92
- --common-uwan: #ff9999;
93
- --common-kita: #ffff99;
94
- --common-iknai: #99ff66;
95
- --common-combo: #ffffff;
96
- --common-score-x: #ffffff;
97
- /* --common-comboJ: var(--common-kita); */
98
- /* --common-comboFJ: var(--common-ii); */
99
- /* --common-diffFast: var(--common-matari); */
100
- /* --common-diffSlow: var(--common-shobon); */
101
- /* --common-estAdj: var(--common-shakin); */
102
- /* --common-excessive: var(--common-kita); */
103
- /* --common-auto: var(--common-kita); */
104
-
105
- /* ステップゾーン */
106
- --main-stepKeyDown: #66ffff;
107
- --main-stepDefault: #999999;
108
- --main-stepDummy: #777777;
109
- --main-stepIi: var(--common-ii);
110
- --main-stepShakin: var(--common-shakin);
111
- --main-stepMatari: var(--common-matari);
112
- --main-stepShobon: var(--common-shobon);
113
- --main-stepExcessive: #ffff99;
114
- --main-objStepShadow: #000000;
115
- --main-objFrzShadow: #000000;
116
- --main-frzHitTop: #ffffff;
117
-
118
- /* ライフゲージ */
119
- --life-max: #444400;
120
- --life-cleared: #004444;
121
- --life-failed: #444444;
122
-
123
- /* ライフゲージ: FrzReturn用 */
124
- /* --life-frz-normal: var(--main-stepShobon); */
125
- /* --life-frz-active: var(--main-stepMatari); */
126
-
127
- /* ライフゲージ本体 */
128
- --life-background: #222222;
129
- --life-bg-border: #555555;
130
- --life-color-border-x: #cccccc;
131
-
132
- /* 結果画面 */
133
- --result-lbl-x: #999999;
134
- --result-style-x: #cccccc;
135
-
136
- --result-bc-playwindow: #666666;
137
- --result-slice-playwindow-x: 1;
138
- --result-border-playwindow-x: 1px;
139
-
140
- --result-score-x: #ffffff;
141
- --result-scoreHiBracket-x: #999999;
142
- --result-scoreHi-x: #cccccc;
143
- --result-scoreHiPlus-x: #ffff99;
144
- --result-noRecord-x: #999999;
145
-
146
- --result-allPerfect: #ffffff;
147
- --result-perfect: #ffffcc;
148
- --result-fullCombo: #66ffff;
149
- --result-cleared: #ffff66;
150
- --result-failed: #ff6666;
151
-
152
- /* 結果画面のCleared/Failedを表示している文字のサイズ */
153
- --result-siz-window-x: 80px;
154
-
155
- /* ボタン */
156
- /* Click Here */
157
- --button-bg-start: #333333;
158
- --button-color-start-x: #ffffff;
159
- --button-bgHover-start: #666666;
160
- --button-colorHover-start-x: #ffffff;
161
-
162
- /* 汎用 */
163
- --button-bg-default: #111111;
164
- --button-color-default-x: #ffffff;
165
- --button-bgHover-default: #666666;
166
- --button-colorHover-default-x: #ffffff;
167
-
168
- /* 汎用(背景が透明) */
169
- --button-bg-defaultNo: #00000000;
170
- --button-bgHover-defaultNo: #666666;
171
-
172
- /* 設定用ミニボタン */
173
- --button-bg-mini: #333333;
174
- --button-color-mini-x: #ffffff;
175
- --button-bgHover-mini: #999900;
176
- --button-colorHover-mini-x: #ffffff;
177
-
178
- /* 戻るボタン */
179
- --button-bg-back: #111133;
180
- --button-color-back-x: #cccccc;
181
- --button-bgHover-back: #000099;
182
- --button-colorHover-back-x: #cccccc;
183
-
184
- /* 設定ボタン */
185
- --button-bg-setting: #333311;
186
- --button-color-setting-x: #ffffff;
187
- --button-bgHover-setting: #999900;
188
- --button-colorHover-setting-x: #ffffff;
189
-
190
- /* 開始ボタン */
191
- --button-bg-next: #331111;
192
- --button-color-next-x: #ffffff;
193
- --button-bgHover-next: #990000;
194
- --button-colorHover-next-x: #ffffff;
195
-
196
- /* リセットボタン */
197
- --button-bg-reset: #113311;
198
- --button-color-reset-x: #ffffff;
199
- --button-bgHover-reset: #009900;
200
- --button-colorHover-reset-x: #ffffff;
201
-
202
- /* 外部SNSボタン */
203
- --button-bg-sns: #113333;
204
- --button-color-sns-x: #ffffff;
205
- --button-bgHover-sns: #009999;
206
- --button-colorHover-sns-x: #ffffff;
207
- --button-bgHover-discord: #666699;
208
-
209
- /* ON/OFFボタン */
210
- --button-color-off-x: #666666;
211
- --button-border-off-x: #000000 #333333;
212
- --button-color-on-x: #ffffff;
213
- --button-border-on-x: #000000 #cccccc;
214
-
215
- /* ON/OFFボタン Reverse用 */
216
- --button-color-offRev-x: #cccccc;
217
- --button-border-offRev-x: #000000 #999999;
218
- --button-color-onRev-x: #ffffff;
219
- --button-border-onRev-x: #000000 #ddff99;
220
-
221
- /* ON/OFFボタン 無効時 */
222
- --button-bg-offDisabled: #333333;
223
- --button-color-offDisabled-x: #999999;
224
- --button-bg-onDisabled: #009999;
225
- --button-color-onDisabled-x: #ffffff;
1
+ @charset "UTF-8";
2
+
3
+ /* ----------------------------------------
4
+ Dancing☆Onigiri (CW Edition)
5
+ スキンcssファイル (default)
6
+
7
+ Created : 2019/11/04
8
+ Revised : 2026/05/17 (v48.0.0)
9
+
10
+ https://github.com/cwtickle/danoniplus
11
+ ------------------------------------------ */
12
+
13
+ :root {
14
+ /* 背景 */
15
+ --background: linear-gradient(#000000, #222222);
16
+ /* --back-chartDetail: var(--background); */
17
+ /* --back-difListL: var(--background); */
18
+ /* --back-difListR: var(--back-difListL, var(--background)); */
19
+
20
+ /* タイトル共通色 */
21
+ --title-base: #cccccc;
22
+
23
+ /* 画面タイトル色 */
24
+ --title-dancing: #6666ff;
25
+ --title-onigiri: #ff6666;
26
+ --title-star: #ffff66;
27
+ --title-display: #ffff66;
28
+
29
+ /* タイトルサイズ */
30
+ --title-siz-x: 40px;
31
+
32
+ /* 設定別ヘッダー */
33
+ --settings-difficulty-x: #ff9999;
34
+ --settings-speed-x: #ffff99;
35
+ --settings-motion-x: #eeff99;
36
+ --settings-scroll-x: #ddff99;
37
+ --settings-shuffle-x: #99ff99;
38
+ --settings-autoPlay-x: #99ffbb;
39
+ --settings-gauge-x: #99ffdd;
40
+ --settings-adjustment-x: #99ffff;
41
+ --settings-fadein-x: #99eeff;
42
+ --settings-volume-x: #99ddff;
43
+ --settings-appearance-x: #cc99ff;
44
+ --settings-opacity-x: #ee99ff;
45
+ --settings-hitPosition-x: #ff99ff;
46
+ --settings-playWindow-x: #9999ff;
47
+ --settings-stepArea-x: #6699ff;
48
+ --settings-frzReturn-x: #99ccff;
49
+ --settings-shaking-x: #99ffff;
50
+ --settings-effect-x: #99ffcc;
51
+ --settings-camoufrage-x: #99ff99;
52
+ --settings-swapping-x: #ccff99;
53
+ --settings-judgRange-x: #ffff99;
54
+ --settings-autoRetry-x: #cc99ff;
55
+
56
+ /* 譜面選択部分背景 */
57
+ --settings-difSelector: #111111;
58
+
59
+ /* 設定無効化時 */
60
+ --settings-disabled-x: #666666;
61
+
62
+ /* フェードインバー */
63
+ --settings-fadeinBar-x: #ffffff;
64
+
65
+ /* ゲージ表示 (可変) */
66
+ --settings-lifeVal-x: #ff9966;
67
+
68
+ /* ゲージ設定枠 */
69
+ --settings-bc-gaugeTable: #666666;
70
+ --settings-slice-gaugeTable-x: 1;
71
+ --settings-border-gaugeTable-x: 1px;
72
+
73
+ /* 譜面明細子画面: ハイスコア表示 */
74
+ /* --settings-assist-x: var(--common-kita); */
75
+ /* --settings-another-x: var(--common-ii); */
76
+
77
+ /* キーコンフィグ関連 */
78
+ --keyconfig-warning-x: #ffff99;
79
+ --keyconfig-imgType-x: #99ddff;
80
+ --keyconfig-colorType-x: #ffdd99;
81
+ --keyconfig-changekey-x: #ffff00;
82
+ --keyconfig-defaultkey-x: #99ccff;
83
+ /* --keyconfig-colorGr-x: var(--settings-colorType-x); */
84
+ /* --keyconfig-shuffleGr-x: var(--settings-shuffle-x); */
85
+ /* --keyconfig-stepRtnGr-x: var(--settings-adjustment-x); */
86
+
87
+ /* 判定 */
88
+ --common-ii: #66ffff;
89
+ --common-shakin: #99ff99;
90
+ --common-matari: #ff9966;
91
+ --common-shobon: #ccccff;
92
+ --common-uwan: #ff9999;
93
+ --common-kita: #ffff99;
94
+ --common-iknai: #99ff66;
95
+ --common-combo: #ffffff;
96
+ --common-score-x: #ffffff;
97
+ /* --common-comboJ: var(--common-kita); */
98
+ /* --common-comboFJ: var(--common-ii); */
99
+ /* --common-diffFast: var(--common-matari); */
100
+ /* --common-diffSlow: var(--common-shobon); */
101
+ /* --common-estAdj: var(--common-shakin); */
102
+ /* --common-excessive: var(--common-kita); */
103
+ /* --common-auto: var(--common-kita); */
104
+
105
+ /* ステップゾーン */
106
+ --main-stepKeyDown: #66ffff;
107
+ --main-stepDefault: #999999;
108
+ --main-stepDummy: #777777;
109
+ --main-stepIi: var(--common-ii);
110
+ --main-stepShakin: var(--common-shakin);
111
+ --main-stepMatari: var(--common-matari);
112
+ --main-stepShobon: var(--common-shobon);
113
+ --main-stepExcessive: #ffff99;
114
+ --main-objStepShadow: #000000;
115
+ --main-objFrzShadow: #000000;
116
+ --main-frzHitTop: #ffffff;
117
+
118
+ /* ライフゲージ */
119
+ --life-max: #444400;
120
+ --life-cleared: #004444;
121
+ --life-failed: #444444;
122
+
123
+ /* ライフゲージ: FrzReturn用 */
124
+ /* --life-frz-normal: var(--main-stepShobon); */
125
+ /* --life-frz-active: var(--main-stepMatari); */
126
+
127
+ /* ライフゲージ本体 */
128
+ --life-background: #222222;
129
+ --life-bg-border: #555555;
130
+ --life-color-border-x: #cccccc;
131
+
132
+ /* 結果画面 */
133
+ --result-lbl-x: #999999;
134
+ --result-style-x: #cccccc;
135
+
136
+ --result-bc-playwindow: #666666;
137
+ --result-slice-playwindow-x: 1;
138
+ --result-border-playwindow-x: 1px;
139
+
140
+ --result-score-x: #ffffff;
141
+ --result-scoreHiBracket-x: #999999;
142
+ --result-scoreHi-x: #cccccc;
143
+ --result-scoreHiPlus-x: #ffff99;
144
+ --result-noRecord-x: #999999;
145
+
146
+ --result-allPerfect: #ffffff;
147
+ --result-perfect: #ffffcc;
148
+ --result-fullCombo: #66ffff;
149
+ --result-cleared: #ffff66;
150
+ --result-failed: #ff6666;
151
+
152
+ /* 結果画面のCleared/Failedを表示している文字のサイズ */
153
+ --result-siz-window-x: 80px;
154
+
155
+ /* ボタン */
156
+ /* Click Here */
157
+ --button-bg-start: #333333;
158
+ --button-color-start-x: #ffffff;
159
+ --button-bgHover-start: #666666;
160
+ --button-colorHover-start-x: #ffffff;
161
+
162
+ /* 汎用 */
163
+ --button-bg-default: #111111;
164
+ --button-color-default-x: #ffffff;
165
+ --button-bgHover-default: #666666;
166
+ --button-colorHover-default-x: #ffffff;
167
+
168
+ /* 汎用(背景が透明) */
169
+ --button-bg-defaultNo: #00000000;
170
+ --button-bgHover-defaultNo: #666666;
171
+
172
+ /* 設定用ミニボタン */
173
+ --button-bg-mini: #333333;
174
+ --button-color-mini-x: #ffffff;
175
+ --button-bgHover-mini: #999900;
176
+ --button-colorHover-mini-x: #ffffff;
177
+
178
+ /* 戻るボタン */
179
+ --button-bg-back: #111133;
180
+ --button-color-back-x: #cccccc;
181
+ --button-bgHover-back: #000099;
182
+ --button-colorHover-back-x: #cccccc;
183
+
184
+ /* 設定ボタン */
185
+ --button-bg-setting: #333311;
186
+ --button-color-setting-x: #ffffff;
187
+ --button-bgHover-setting: #999900;
188
+ --button-colorHover-setting-x: #ffffff;
189
+
190
+ /* 開始ボタン */
191
+ --button-bg-next: #331111;
192
+ --button-color-next-x: #ffffff;
193
+ --button-bgHover-next: #990000;
194
+ --button-colorHover-next-x: #ffffff;
195
+
196
+ /* リセットボタン */
197
+ --button-bg-reset: #113311;
198
+ --button-color-reset-x: #ffffff;
199
+ --button-bgHover-reset: #009900;
200
+ --button-colorHover-reset-x: #ffffff;
201
+
202
+ /* 外部SNSボタン */
203
+ --button-bg-sns: #113333;
204
+ --button-color-sns-x: #ffffff;
205
+ --button-bgHover-sns: #009999;
206
+ --button-colorHover-sns-x: #ffffff;
207
+ --button-bgHover-discord: #666699;
208
+
209
+ /* ON/OFFボタン */
210
+ --button-color-off-x: #666666;
211
+ --button-border-off-x: #000000 #333333;
212
+ --button-color-on-x: #ffffff;
213
+ --button-border-on-x: #000000 #cccccc;
214
+
215
+ /* ON/OFFボタン Reverse用 */
216
+ --button-color-offRev-x: #cccccc;
217
+ --button-border-offRev-x: #000000 #999999;
218
+ --button-color-onRev-x: #ffffff;
219
+ --button-border-onRev-x: #000000 #ddff99;
220
+
221
+ /* ON/OFFボタン 無効時 */
222
+ --button-bg-offDisabled: #333333;
223
+ --button-color-offDisabled-x: #999999;
224
+ --button-bg-onDisabled: #009999;
225
+ --button-color-onDisabled-x: #ffffff;
226
226
  }