danoniplus 44.5.19 → 44.5.21

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 +146 -146
  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 +15306 -15306
  24. package/js/lib/danoni_constants.js +4807 -4806
  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 +74 -74
  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 +445 -445
  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 +216 -216
  35. package/skin/danoni_skin_default.js +90 -90
  36. package/skin/danoni_skin_light.css +216 -216
  37. package/skin/danoni_skin_light.js +90 -90
  38. package/skin/danoni_skin_skyblue.css +216 -216
  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": "44.5.19",
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": "44.5.21",
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,217 +1,217 @@
1
- @charset "UTF-8";
2
-
3
- /* ----------------------------------------
4
- Dancing☆Onigiri (CW Edition)
5
- スキンcssファイル (default)
6
-
7
- Created : 2019/11/04
8
- Revised : 2025/02/01 (v39.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
- --keyconfig-warning-x: #ffff99;
75
- --keyconfig-imgType-x: #99ddff;
76
- --keyconfig-colorType-x: #ffdd99;
77
- --keyconfig-changekey-x: #ffff00;
78
- --keyconfig-defaultkey-x: #99ccff;
79
- /* --keyconfig-colorGr-x: var(--settings-colorType-x); */
80
- /* --keyconfig-shuffleGr-x: var(--settings-shuffle-x); */
81
- /* --keyconfig-stepRtnGr-x: var(--settings-adjustment-x); */
82
-
83
- /* 判定 */
84
- --common-ii: #66ffff;
85
- --common-shakin: #99ff99;
86
- --common-matari: #ff9966;
87
- --common-shobon: #ccccff;
88
- --common-uwan: #ff9999;
89
- --common-kita: #ffff99;
90
- --common-iknai: #99ff66;
91
- --common-combo: #ffffff;
92
- --common-score-x: #ffffff;
93
- /* --common-comboJ: var(--common-kita); */
94
- /* --common-comboFJ: var(--common-ii); */
95
- /* --common-diffFast: var(--common-matari); */
96
- /* --common-diffSlow: var(--common-shobon); */
97
- /* --common-estAdj: var(--common-shakin); */
98
- /* --common-excessive: var(--common-kita); */
99
-
100
- /* ステップゾーン */
101
- --main-stepKeyDown: #66ffff;
102
- --main-stepDefault: #999999;
103
- --main-stepDummy: #777777;
104
- --main-stepIi: var(--common-ii);
105
- --main-stepShakin: var(--common-shakin);
106
- --main-stepMatari: var(--common-matari);
107
- --main-stepShobon: var(--common-shobon);
108
- --main-stepExcessive: #ffff99;
109
- --main-objStepShadow: #000000;
110
- --main-objFrzShadow: #000000;
111
- --main-frzHitTop: #ffffff;
112
-
113
- /* ライフゲージ */
114
- --life-max: #444400;
115
- --life-cleared: #004444;
116
- --life-failed: #444444;
117
-
118
- /* ライフゲージ本体 */
119
- --life-background: #222222;
120
- --life-bg-border: #555555;
121
- --life-color-border-x: #cccccc;
122
-
123
- /* 結果画面 */
124
- --result-lbl-x: #999999;
125
- --result-style-x: #cccccc;
126
-
127
- --result-bc-playwindow: #666666;
128
- --result-slice-playwindow-x: 1;
129
- --result-border-playwindow-x: 1px;
130
-
131
- --result-score-x: #ffffff;
132
- --result-scoreHiBracket-x: #999999;
133
- --result-scoreHi-x: #cccccc;
134
- --result-scoreHiPlus-x: #ffff99;
135
- --result-noRecord-x: #999999;
136
-
137
- --result-allPerfect: #ffffff;
138
- --result-perfect: #ffffcc;
139
- --result-fullCombo: #66ffff;
140
- --result-cleared: #ffff66;
141
- --result-failed: #ff6666;
142
-
143
- /* 結果画面のCleared/Failedを表示している文字のサイズ */
144
- --result-siz-window-x: 80px;
145
-
146
- /* ボタン */
147
- /* Click Here */
148
- --button-bg-start: #333333;
149
- --button-color-start-x: #ffffff;
150
- --button-bgHover-start: #666666;
151
- --button-colorHover-start-x: #ffffff;
152
-
153
- /* 汎用 */
154
- --button-bg-default: #111111;
155
- --button-color-default-x: #ffffff;
156
- --button-bgHover-default: #666666;
157
- --button-colorHover-default-x: #ffffff;
158
-
159
- /* 汎用(背景が透明) */
160
- --button-bg-defaultNo: #00000000;
161
- --button-bgHover-defaultNo: #666666;
162
-
163
- /* 設定用ミニボタン */
164
- --button-bg-mini: #333333;
165
- --button-color-mini-x: #ffffff;
166
- --button-bgHover-mini: #999900;
167
- --button-colorHover-mini-x: #ffffff;
168
-
169
- /* 戻るボタン */
170
- --button-bg-back: #111133;
171
- --button-color-back-x: #cccccc;
172
- --button-bgHover-back: #000099;
173
- --button-colorHover-back-x: #cccccc;
174
-
175
- /* 設定ボタン */
176
- --button-bg-setting: #333311;
177
- --button-color-setting-x: #ffffff;
178
- --button-bgHover-setting: #999900;
179
- --button-colorHover-setting-x: #ffffff;
180
-
181
- /* 開始ボタン */
182
- --button-bg-next: #331111;
183
- --button-color-next-x: #ffffff;
184
- --button-bgHover-next: #990000;
185
- --button-colorHover-next-x: #ffffff;
186
-
187
- /* リセットボタン */
188
- --button-bg-reset: #113311;
189
- --button-color-reset-x: #ffffff;
190
- --button-bgHover-reset: #009900;
191
- --button-colorHover-reset-x: #ffffff;
192
-
193
- /* 外部SNSボタン */
194
- --button-bg-sns: #113333;
195
- --button-color-sns-x: #ffffff;
196
- --button-bgHover-sns: #009999;
197
- --button-colorHover-sns-x: #ffffff;
198
- --button-bgHover-discord: #666699;
199
-
200
- /* ON/OFFボタン */
201
- --button-color-off-x: #666666;
202
- --button-border-off-x: #000000 #333333;
203
- --button-color-on-x: #ffffff;
204
- --button-border-on-x: #000000 #cccccc;
205
-
206
- /* ON/OFFボタン Reverse用 */
207
- --button-color-offRev-x: #cccccc;
208
- --button-border-offRev-x: #000000 #999999;
209
- --button-color-onRev-x: #ffffff;
210
- --button-border-onRev-x: #000000 #ddff99;
211
-
212
- /* ON/OFFボタン 無効時 */
213
- --button-bg-offDisabled: #333333;
214
- --button-color-offDisabled-x: #999999;
215
- --button-bg-onDisabled: #009999;
216
- --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 : 2025/02/01 (v39.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
+ --keyconfig-warning-x: #ffff99;
75
+ --keyconfig-imgType-x: #99ddff;
76
+ --keyconfig-colorType-x: #ffdd99;
77
+ --keyconfig-changekey-x: #ffff00;
78
+ --keyconfig-defaultkey-x: #99ccff;
79
+ /* --keyconfig-colorGr-x: var(--settings-colorType-x); */
80
+ /* --keyconfig-shuffleGr-x: var(--settings-shuffle-x); */
81
+ /* --keyconfig-stepRtnGr-x: var(--settings-adjustment-x); */
82
+
83
+ /* 判定 */
84
+ --common-ii: #66ffff;
85
+ --common-shakin: #99ff99;
86
+ --common-matari: #ff9966;
87
+ --common-shobon: #ccccff;
88
+ --common-uwan: #ff9999;
89
+ --common-kita: #ffff99;
90
+ --common-iknai: #99ff66;
91
+ --common-combo: #ffffff;
92
+ --common-score-x: #ffffff;
93
+ /* --common-comboJ: var(--common-kita); */
94
+ /* --common-comboFJ: var(--common-ii); */
95
+ /* --common-diffFast: var(--common-matari); */
96
+ /* --common-diffSlow: var(--common-shobon); */
97
+ /* --common-estAdj: var(--common-shakin); */
98
+ /* --common-excessive: var(--common-kita); */
99
+
100
+ /* ステップゾーン */
101
+ --main-stepKeyDown: #66ffff;
102
+ --main-stepDefault: #999999;
103
+ --main-stepDummy: #777777;
104
+ --main-stepIi: var(--common-ii);
105
+ --main-stepShakin: var(--common-shakin);
106
+ --main-stepMatari: var(--common-matari);
107
+ --main-stepShobon: var(--common-shobon);
108
+ --main-stepExcessive: #ffff99;
109
+ --main-objStepShadow: #000000;
110
+ --main-objFrzShadow: #000000;
111
+ --main-frzHitTop: #ffffff;
112
+
113
+ /* ライフゲージ */
114
+ --life-max: #444400;
115
+ --life-cleared: #004444;
116
+ --life-failed: #444444;
117
+
118
+ /* ライフゲージ本体 */
119
+ --life-background: #222222;
120
+ --life-bg-border: #555555;
121
+ --life-color-border-x: #cccccc;
122
+
123
+ /* 結果画面 */
124
+ --result-lbl-x: #999999;
125
+ --result-style-x: #cccccc;
126
+
127
+ --result-bc-playwindow: #666666;
128
+ --result-slice-playwindow-x: 1;
129
+ --result-border-playwindow-x: 1px;
130
+
131
+ --result-score-x: #ffffff;
132
+ --result-scoreHiBracket-x: #999999;
133
+ --result-scoreHi-x: #cccccc;
134
+ --result-scoreHiPlus-x: #ffff99;
135
+ --result-noRecord-x: #999999;
136
+
137
+ --result-allPerfect: #ffffff;
138
+ --result-perfect: #ffffcc;
139
+ --result-fullCombo: #66ffff;
140
+ --result-cleared: #ffff66;
141
+ --result-failed: #ff6666;
142
+
143
+ /* 結果画面のCleared/Failedを表示している文字のサイズ */
144
+ --result-siz-window-x: 80px;
145
+
146
+ /* ボタン */
147
+ /* Click Here */
148
+ --button-bg-start: #333333;
149
+ --button-color-start-x: #ffffff;
150
+ --button-bgHover-start: #666666;
151
+ --button-colorHover-start-x: #ffffff;
152
+
153
+ /* 汎用 */
154
+ --button-bg-default: #111111;
155
+ --button-color-default-x: #ffffff;
156
+ --button-bgHover-default: #666666;
157
+ --button-colorHover-default-x: #ffffff;
158
+
159
+ /* 汎用(背景が透明) */
160
+ --button-bg-defaultNo: #00000000;
161
+ --button-bgHover-defaultNo: #666666;
162
+
163
+ /* 設定用ミニボタン */
164
+ --button-bg-mini: #333333;
165
+ --button-color-mini-x: #ffffff;
166
+ --button-bgHover-mini: #999900;
167
+ --button-colorHover-mini-x: #ffffff;
168
+
169
+ /* 戻るボタン */
170
+ --button-bg-back: #111133;
171
+ --button-color-back-x: #cccccc;
172
+ --button-bgHover-back: #000099;
173
+ --button-colorHover-back-x: #cccccc;
174
+
175
+ /* 設定ボタン */
176
+ --button-bg-setting: #333311;
177
+ --button-color-setting-x: #ffffff;
178
+ --button-bgHover-setting: #999900;
179
+ --button-colorHover-setting-x: #ffffff;
180
+
181
+ /* 開始ボタン */
182
+ --button-bg-next: #331111;
183
+ --button-color-next-x: #ffffff;
184
+ --button-bgHover-next: #990000;
185
+ --button-colorHover-next-x: #ffffff;
186
+
187
+ /* リセットボタン */
188
+ --button-bg-reset: #113311;
189
+ --button-color-reset-x: #ffffff;
190
+ --button-bgHover-reset: #009900;
191
+ --button-colorHover-reset-x: #ffffff;
192
+
193
+ /* 外部SNSボタン */
194
+ --button-bg-sns: #113333;
195
+ --button-color-sns-x: #ffffff;
196
+ --button-bgHover-sns: #009999;
197
+ --button-colorHover-sns-x: #ffffff;
198
+ --button-bgHover-discord: #666699;
199
+
200
+ /* ON/OFFボタン */
201
+ --button-color-off-x: #666666;
202
+ --button-border-off-x: #000000 #333333;
203
+ --button-color-on-x: #ffffff;
204
+ --button-border-on-x: #000000 #cccccc;
205
+
206
+ /* ON/OFFボタン Reverse用 */
207
+ --button-color-offRev-x: #cccccc;
208
+ --button-border-offRev-x: #000000 #999999;
209
+ --button-color-onRev-x: #ffffff;
210
+ --button-border-onRev-x: #000000 #ddff99;
211
+
212
+ /* ON/OFFボタン 無効時 */
213
+ --button-bg-offDisabled: #333333;
214
+ --button-color-offDisabled-x: #999999;
215
+ --button-bg-onDisabled: #009999;
216
+ --button-color-onDisabled-x: #ffffff;
217
217
  }