diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-05-18 00:38:35 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-07-07 18:39:23 +0200 |
commit | bb756e1f3d0014cc8d4eb3666849264daf108bdb (patch) | |
tree | 7f6d8544965169b6d880140cf21daaa3f624d180 /play.html | |
parent | 18de9c65450661610d29f151e6ef31ab05905ac3 (diff) | |
download | time-of-crisis-bb756e1f3d0014cc8d4eb3666849264daf108bdb.tar.gz |
Add Solo play.
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -78,10 +78,10 @@ <div id="pieces"> -<div id="crisis_die_1" class="hide" style="right:175px;top:525px"></div> -<div id="crisis_die_2" class="hide" style="right:125px;top:525px"></div> -<div id="barbarian_die_1" class="hide" style="right:175px;top:605px"></div> -<div id="barbarian_die_2" class="hide" style="right:125px;top:605px"></div> +<div id="crisis_die_1" class="hide" style="right:175px;top:530px"></div> +<div id="crisis_die_2" class="hide" style="right:125px;top:530px"></div> +<div id="barbarian_die_1" class="hide" style="right:155px;top:585px"></div> +<div id="barbarian_die_2" class="hide" style="right:105px;top:585px"></div> <div id="red_emperor_turns" class="red emperor_turns hide" style="top:30px;left:41px;"></div> <div id="blue_emperor_turns" class="blue emperor_turns hide" style="top:50px;left:41px;"></div> |