diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-11-29 00:44:18 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-11-29 01:27:32 +0100 |
commit | 0d883df1f0c510739a15edd7f708e2800d20bb32 (patch) | |
tree | 7093081603fe0b77436131aa8baa1176e5bb097f /play.html | |
parent | a583fac7c8b3bd7e97d7977f56c1f8fac1d2e338 (diff) | |
download | 1989-dawn-of-freedom-0d883df1f0c510739a15edd7f708e2800d20bb32.tar.gz |
Set initial piece positions to starting layout.
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -53,11 +53,11 @@ <div id="map"> <div id="spaces"></div> <div id="markers"> - <div id="marker_turn" class="marker" style="left: 653px; top: 79px;"></div> - <div id="marker_action_round" class="marker dem" style="left: 708px; top: 141px;"></div> + <div id="marker_turn" class="marker" style="left: 600px; top: 79px;"></div> + <div id="marker_action_round" class="marker dem" style="left: 655px; top: 141px;"></div> <div id="marker_stability_track" class="marker" style="left: 1380px; top: 1080px;"></div> - <div id="marker_dem_tst" class="marker" style="left: 52px; top: 2127px;"></div> - <div id="marker_com_tst" class="marker" style="left: 52px; top: 2256px;"></div> + <div id="marker_dem_tst" class="marker" style="left: 12px; top: 2117px;"></div> + <div id="marker_com_tst" class="marker" style="left: 12px; top: 2246px;"></div> <div id="marker_vp" class="marker" style="left: 846px; top: 2425px;"></div> <!-- PERMANENT EVENT MARKERS ON THE BOARD --> @@ -130,4 +130,4 @@ <footer id="status"></footer> -</html>
\ No newline at end of file +</html> |