Adding a GameId to allow moving through a list of games.

This commit is contained in:
Tyler Marques 2025-05-27 12:52:56 -07:00
parent 9314a411f9
commit 9a43be9b9c
No known key found for this signature in database
GPG key ID: CB99EDCF41D3016F
7 changed files with 163 additions and 7 deletions

View file

@ -27,6 +27,7 @@
</select>
<span id="phase-display">No game loaded</span>
</div>
<span id="game-id-display">Game: --</span>
</div>
<div id="map-view" class="map-view"></div>
<input type="file" id="file-input" accept=".json">