mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 10:01:23 +01:00
v. 05593b
This commit is contained in:
parent
01af21b989
commit
8a342bfeef
3 changed files with 113 additions and 52 deletions
|
|
@ -35,7 +35,7 @@
|
|||
<body class="fullscreen">
|
||||
<div id="loading">
|
||||
<h1 class="spin">⚙</h1>
|
||||
<p id="loading-text">Loading...</p>
|
||||
<p id="loading-text">Loading<span>.</span><span>.</span><span>.</span></p>
|
||||
</div>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="fullscreen">
|
||||
<defs>
|
||||
|
|
@ -152,7 +152,8 @@
|
|||
<li title="Toggle Labels" id="toggleLabels" onclick="$('#labels').fadeToggle()">Labels</li>
|
||||
<li title="Toggle Burg icons" id="toggleIcons" onclick="$('#burgs').fadeToggle()">Burgs</li>
|
||||
</div>
|
||||
<label id="activeZoomingLabel">Hide small labels: <input id="activeZooming" type="checkbox" checked></label>
|
||||
<label id="activeZoomingLabel">Hide small labels: <input id="hideLabels" type="checkbox" checked></label>
|
||||
<label>Show statusbar: <input id="toggleStatusbar" type="checkbox" checked onclick="$('#statusbar').fadeToggle()"></label>
|
||||
</div>
|
||||
<div id="styleContent" class="tabcontent">
|
||||
<p style="display: inline-block;">Select element:</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue