Add ability to load a map file manually

This commit is contained in:
2024-05-15 12:55:40 -07:00
parent 98f8464aeb
commit bd31e3e4a6
5 changed files with 22 additions and 1 deletions

View File

@@ -380,6 +380,10 @@ img.logo {
position: absolute;
}
input[type="file"] {
display: none;
}
@media (width >= 1800px) {
#record-sheet {
flex-direction: row;

Binary file not shown.

After

Width:  |  Height:  |  Size: 593 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 598 B

View File

@@ -121,8 +121,12 @@
<span class="inning-bottom"></span>
</span>
<button id="show-dialog" type="button">Change map</button>
<button id="fullscreen" type="button">Fullscreen</button>
<button id="download-save" type="button">Save</button>
<button id="upload-save" type="button">Load</button>
<button id="fullscreen" type="button">
<img src="assets/images/icon_full_screen.png" height="12" />
</button>
<span style="white-space: nowrap;">
Prone: <input type="checkbox" id="toggle-prone-counter" />
<button type="button" class="set-firing-arc" data-size="small">
@@ -197,6 +201,8 @@
</form>
</dialog>
<input type="file" accept="image/svg+xml"/>
<script src="index.js"></script>
<script src="soldier_record_block.js"></script>
</body>