aboutsummaryrefslogtreecommitdiffstats
path: root/public/map.html
diff options
context:
space:
mode:
authorMaks Jopek <maksymilian.jopek@prym-soft.pl>2021-04-24 00:34:07 +0200
committerMaks Jopek <maksymilian.jopek@prym-soft.pl>2021-04-24 00:34:07 +0200
commit13dcc2c8fc1d11e3b94432fffc4c4f186bd94d29 (patch)
tree077a963bae31729dffa6c7c678af112680bb6d38 /public/map.html
parent457ee1d7caa899bbe86bf7a1390f940b5b3176b7 (diff)
downloadfia-13dcc2c8fc1d11e3b94432fffc4c4f186bd94d29.tar.gz
fia-13dcc2c8fc1d11e3b94432fffc4c4f186bd94d29.tar.zst
fia-13dcc2c8fc1d11e3b94432fffc4c4f186bd94d29.zip
Playing almost working
Diffstat (limited to 'public/map.html')
-rw-r--r--public/map.html21
1 files changed, 13 insertions, 8 deletions
diff --git a/public/map.html b/public/map.html
index 23ef7de..980cebe 100644
--- a/public/map.html
+++ b/public/map.html
@@ -2,13 +2,13 @@
<table class="table table-dark table-sm">
<tbody>
<tr>
- <td class="player-name rounded-pill text-center"></td>
+ <td class="player-name rounded-pill text-center"><span></span><span id="0-player-time"></span></td>
<td></td>
- <td class="player-name rounded-pill text-center"></td>
+ <td class="player-name rounded-pill text-center"><span></span><span id="1-player-time"></span></td>
<td></td>
- <td class="player-name rounded-pill text-center"></td>
+ <td class="player-name rounded-pill text-center"><span></span><span id="2-player-time"></span></td>
<td></td>
- <td class="player-name rounded-pill text-center"></td>
+ <td class="player-name rounded-pill text-center"><span></span><span id="3-player-time"></span></td>
<td></td>
<td class="text-center rounded-pill">
<input class="form-check-input" type="checkbox" />
@@ -18,9 +18,14 @@
</tbody>
</table>
<div class="container-flex text-center">
- <canvas id="map" width="660" height="660ZZZZ" class="border border-danger">
- Din webbläsare stöder inte canvas, vilket betyder att du inte kan spela
- fia
- </canvas>
+ <div class="row">
+ <div class="col-8">
+ <table class="game-table" id="map"></table>
+ </div>
+ <div class="col-2">
+ <div id="dice"></div>
+ <button type="button" class="btn btn-light" style="display: none;">Kasta tärning</button>
+ </div>
+ </div>
</div>
</div>