@wwawing/all 3.13.0-acorn-statement.based-on.3.12.6.p.9 → 3.13.0-unstable.based-on.3.12.7
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/dist/wwawing-dist/mapdata/caves01.html +2 -0
- package/dist/wwawing-dist/mapdata/caves02.html +2 -0
- package/dist/wwawing-dist/mapdata/island02.html +2 -0
- package/dist/wwawing-dist/mapdata/wwa-server.exe +0 -0
- package/dist/wwawing-dist/mapdata/wwa.css +21 -2
- package/dist/wwawing-dist/mapdata/wwa.js +3 -3
- package/dist/wwawing-dist/mapdata/wwa_classic.css +21 -2
- package/dist/wwawing-dist/mapdata/wwamap.html +2 -0
- package/dist/wwawing-dist.zip +0 -0
- package/dist/wwawing-update/wwa.css +21 -2
- package/dist/wwawing-update/wwa.js +3 -3
- package/dist/wwawing-update/wwa_classic.css +21 -2
- package/dist/wwawing-update.zip +0 -0
- package/package.json +9 -9
|
@@ -13,6 +13,8 @@
|
|
|
13
13
|
<div id="wrapper">
|
|
14
14
|
<div class="wwa-size-box" id="wwa-wrapper" data-wwa-mapdata="caves01.dat" data-wwa-urlgate-enable="true" data-wwa-title-img="cover.gif" data-wwa-autosave="200" data-wwa-virtualpad-enable="false"></div>
|
|
15
15
|
</div>
|
|
16
|
+
<!-- 下記 div 要素内にデバッグコンソールが出ます。実際に公開する WWA では表示させないよう、次の行は消してください。-->
|
|
17
|
+
<div id="wwa-debug-console-area"></div>
|
|
16
18
|
<footer id="copyright">
|
|
17
19
|
<p>Internet RPG "<a class="wwa-copyright" href="https://wwajp.com/">World Wide Adventure</a>" 1996-2016 © NAO</p>
|
|
18
20
|
<p> "<a class="wwa-copyright" href="https://wwawing.com/">WWA Wing</a>" 2013-2023 © WWA Wing Team</p>
|
|
@@ -13,6 +13,8 @@
|
|
|
13
13
|
<div id="wrapper">
|
|
14
14
|
<div class="wwa-size-box" id="wwa-wrapper" data-wwa-mapdata="caves02.dat" data-wwa-urlgate-enable="true" data-wwa-title-img="cover.gif" data-wwa-autosave="200" data-wwa-virtualpad-enable="false"></div>
|
|
15
15
|
</div>
|
|
16
|
+
<!-- 下記 div 要素内にデバッグコンソールが出ます。実際に公開する WWA では表示させないよう、次の行は消してください。-->
|
|
17
|
+
<div id="wwa-debug-console-area"></div>
|
|
16
18
|
<footer id="copyright">
|
|
17
19
|
<p>Internet RPG "<a class="wwa-copyright" href="https://wwajp.com/">World Wide Adventure</a>" 1996-2016 © NAO</p>
|
|
18
20
|
<p> "<a class="wwa-copyright" href="https://wwawing.com/">WWA Wing</a>" 2013-2023 © WWA Wing Team</p>
|
|
@@ -13,6 +13,8 @@
|
|
|
13
13
|
<div id="wrapper">
|
|
14
14
|
<div class="wwa-size-box" id="wwa-wrapper" data-wwa-mapdata="island02.dat" data-wwa-urlgate-enable="true" data-wwa-title-img="cover.gif" data-wwa-autosave="200" data-wwa-virtualpad-enable="false"></div>
|
|
15
15
|
</div>
|
|
16
|
+
<!-- 下記 div 要素内にデバッグコンソールが出ます。実際に公開する WWA では表示させないよう、次の行は消してください。-->
|
|
17
|
+
<div id="wwa-debug-console-area"></div>
|
|
16
18
|
<footer id="copyright">
|
|
17
19
|
<p>Internet RPG "<a class="wwa-copyright" href="https://wwajp.com/">World Wide Adventure</a>" 1996-2016 © NAO</p>
|
|
18
20
|
<p> "<a class="wwa-copyright" href="https://wwawing.com/">WWA Wing</a>" 2013-2023 © WWA Wing Team</p>
|
|
Binary file
|
|
@@ -53,6 +53,15 @@ div#wwa-sidebar > div.item-cell.onpress, div#wwa-sidebar > div.wide-cell-row.onp
|
|
|
53
53
|
margin: 3px 0 0 3px;
|
|
54
54
|
}
|
|
55
55
|
|
|
56
|
+
#wwa-debug-console-area {
|
|
57
|
+
/*!*/
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
#wwa-debug-console {
|
|
61
|
+
display: flex;
|
|
62
|
+
justify-content: center;
|
|
63
|
+
}
|
|
64
|
+
|
|
56
65
|
.wide-button, div.status-value-box, div#wwa-sidebar > div.wide-cell-row {
|
|
57
66
|
position: absolute;
|
|
58
67
|
}
|
|
@@ -239,12 +248,22 @@ canvas.wwa-canvas {
|
|
|
239
248
|
font-size: 12px;
|
|
240
249
|
background-color: #FFFFFF;
|
|
241
250
|
}
|
|
251
|
+
#wwa-cover > #unstable-version-warning {
|
|
252
|
+
position: absolute;
|
|
253
|
+
bottom: 48px;
|
|
254
|
+
height: 16px;
|
|
255
|
+
text-align: left;
|
|
256
|
+
padding: 0 4px;
|
|
257
|
+
font-weight: bold;
|
|
258
|
+
background-color: red;
|
|
259
|
+
color: white;
|
|
260
|
+
}
|
|
242
261
|
#wwa-cover > #version {
|
|
243
262
|
position: absolute;
|
|
244
263
|
bottom: 32px;
|
|
245
264
|
height: 16px;
|
|
246
265
|
text-align: left;
|
|
247
|
-
padding
|
|
266
|
+
padding: 0 4px;
|
|
248
267
|
color: #000000;
|
|
249
268
|
}
|
|
250
269
|
#wwa-cover > #progress-message-container {
|
|
@@ -252,7 +271,7 @@ canvas.wwa-canvas {
|
|
|
252
271
|
bottom: 16px;
|
|
253
272
|
height: 16px;
|
|
254
273
|
text-align: left;
|
|
255
|
-
padding
|
|
274
|
+
padding: 0 4px;
|
|
256
275
|
color: #000000;
|
|
257
276
|
}
|
|
258
277
|
#wwa-cover > #progress-bar {
|