Add ability to change maps
This commit is contained in:
@@ -104,7 +104,7 @@
|
||||
Loading...
|
||||
</div>
|
||||
|
||||
<object type="image/svg+xml" data="map.svg"></object>
|
||||
<object type="image/svg+xml" data="map1.svg"></object>
|
||||
|
||||
<div id="status">
|
||||
<span id="hex-counter">Distance: <span id="hex-count">-</span></span>
|
||||
@@ -134,6 +134,25 @@
|
||||
<span class="inning-top">◓</span>
|
||||
<span class="inning-bottom">◒</span>
|
||||
</span>
|
||||
|
||||
<dialog id="map-dialog">
|
||||
<form>
|
||||
<p>
|
||||
<label>
|
||||
Map:
|
||||
<select>
|
||||
<option value="map1">Map1</option>
|
||||
<option value="map2">Map2</option>
|
||||
</select>
|
||||
</label>
|
||||
</p>
|
||||
<div>
|
||||
<button value="cancel" formmethod="dialog">Cancel</button>
|
||||
<button id="confirm-btn" value="default">Confirm</button>
|
||||
</div>
|
||||
</form>
|
||||
</dialog>
|
||||
<button id="show-dialog">Change map</button>
|
||||
</div>
|
||||
|
||||
<div id="record-sheet">
|
||||
|
||||
Reference in New Issue
Block a user