summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2021-06-19 21:50:26 +0200
committerTor Andersson <tor@ccxvii.net>2022-11-16 19:19:38 +0100
commit56b024da4ed65214b4190ec487b68bcca9092dd2 (patch)
tree91b6a7d2aced3a5565a017d7d153227f139e030d /play.html
parentdfe6a18135bbaf19b749ab28b93b2d556b0eae0a (diff)
downloadcrusader-rex-56b024da4ed65214b4190ec487b68bcca9092dd2.tar.gz
crusader: muster stuff.
Diffstat (limited to 'play.html')
-rw-r--r--play.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/play.html b/play.html
index dfc3c5a..80b931b 100644
--- a/play.html
+++ b/play.html
@@ -112,6 +112,14 @@
opacity: 0.8;
z-index: 9;
}
+.town.where {
+ opacity: 0.8;
+ border-color: blue;
+ z-index: 9;
+}
+.town.where.highlight {
+ box-shadow: 0 0 2px 4px white;
+}
/* BLOCKS */
@@ -319,9 +327,9 @@ body.shift .block.known:hover {
<button id="eliminate_button" class="hide" onclick="on_button_eliminate()">Eliminate</button>
<button id="sea_move_button" class="hide" onclick="on_button_sea_move()">Sea Move</button>
- <button id="group_move_button" class="hide" onclick="on_button_group_move()">Group Move</button>
<button id="muster_button" class="hide" onclick="on_button_muster()">Muster</button>
<button id="end_muster_button" class="hide" onclick="on_button_end_muster()">End muster</button>
+ <button id="end_sea_move_button" class="hide" onclick="on_button_end_sea_move()">End sea move</button>
<button id="end_retreat_button" class="hide" onclick="on_button_end_retreat()">End retreat</button>
<button id="end_regroup_button" class="hide" onclick="on_button_end_regroup()">End regroup</button>
<button id="end_move_phase_button" class="hide" onclick="on_button_end_move_phase()">End move phase</button>