aboutsummaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorMaks Jopek <maksymilian.jopek@prym-soft.pl>2021-04-18 00:03:32 +0200
committerMaks Jopek <maksymilian.jopek@prym-soft.pl>2021-04-18 00:03:32 +0200
commitc3c3b770b037cb80a37b3508ac890699d7391083 (patch)
tree4d82e69aaba488f1a6aecf7ada4ce1747e9ca307 /public
parentdd66b8ad239d5ceae219746a702963645259b784 (diff)
downloadfia-c3c3b770b037cb80a37b3508ac890699d7391083.tar.gz
fia-c3c3b770b037cb80a37b3508ac890699d7391083.tar.zst
fia-c3c3b770b037cb80a37b3508ac890699d7391083.zip
Everything till generating empty game board
Diffstat (limited to 'public')
-rw-r--r--public/map.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/public/map.html b/public/map.html
index c23ccfd..23ef7de 100644
--- a/public/map.html
+++ b/public/map.html
@@ -2,13 +2,13 @@
<table class="table table-dark table-sm">
<tbody>
<tr>
- <td class="bg-primary player-name rounded-pill text-center"></td>
+ <td class="player-name rounded-pill text-center"></td>
<td></td>
- <td class="bg-danger player-name rounded-pill text-center"></td>
+ <td class="player-name rounded-pill text-center"></td>
<td></td>
- <td class="bg-success player-name rounded-pill text-center"></td>
+ <td class="player-name rounded-pill text-center"></td>
<td></td>
- <td class="bg-warning player-name rounded-pill text-center"></td>
+ <td class="player-name rounded-pill text-center"></td>
<td></td>
<td class="text-center rounded-pill">
<input class="form-check-input" type="checkbox" />
@@ -18,7 +18,7 @@
</tbody>
</table>
<div class="container-flex text-center">
- <canvas id="map" width="600" height="600" class="border border-danger">
+ <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>