summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2025-03-28 18:48:33 +0100
committerTor Andersson <tor@ccxvii.net>2025-03-28 18:48:33 +0100
commit4040674c4bd153d855b58a38fe1a2e2721eb441d (patch)
treed927cecba6221535ac8ce7dbb8a360488f546b41 /play.html
parentc31cec6b6e463bdbad5fc6e02cd6a1b77c2c3faa (diff)
downloadland-and-freedom-4040674c4bd153d855b58a38fe1a2e2721eb441d.tar.gz
Show hero point pool on board.
Diffstat (limited to 'play.html')
-rw-r--r--play.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/play.html b/play.html
index 3d94fd1..19634c8 100644
--- a/play.html
+++ b/play.html
@@ -44,8 +44,8 @@
<main>
<div id="mapwrap">
<div id="map">
- <div id="pieces">
- </div>
+ <div id="hero_point_pool"></div>
+ <div id="pieces"></div>
</div>
</div>