summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
authoriainp5 <iain.pearce.ip@gmail.com>2024-09-21 16:42:52 +0100
committeriainp5 <iain.pearce.ip@gmail.com>2024-09-21 16:42:52 +0100
commit49ddeaffa0db635136f00b31b94c57c1459b3d6e (patch)
treedf3a4f2f7805c87207b8f20f4737bb169281cf65 /play.html
parent4a3f47395483278164201972daf36beeab605679 (diff)
download1989-dawn-of-freedom-49ddeaffa0db635136f00b31b94c57c1459b3d6e.tar.gz
New branch to work on updated display
Diffstat (limited to 'play.html')
-rw-r--r--play.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/play.html b/play.html
index 0d24f6d..3ce179a 100644
--- a/play.html
+++ b/play.html
@@ -108,7 +108,14 @@
<!-- EVENTS IN PLAY -->
<section id = "sec_events">
<div id="events_panel" class="panel hide">
- <div id="events_header" class="panel_header">Events in Play</div>
+ <div id="events_header" class="panel_header">Event Markers</div>
+ <div id="events" class="panel_body"></div>
+ </div>
+</section>
+
+<section id = "sec_table_cards">
+ <div id="table_panel" class="panel hide">
+ <div id="events_header" class="panel_header">Cards on the Table</div>
<div id="events" class="panel_body"></div>
</div>
</section>