From 990c198dc1fee95d5de6328f47172bac31bac9aa Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 1 Jan 2022 01:38:24 +0100 Subject: Split into separate module. --- README | 5 +++++ play.css | 6 ++++++ title.sql | 3 +++ 3 files changed, 14 insertions(+) create mode 100644 README create mode 100644 title.sql diff --git a/README b/README new file mode 100644 index 0000000..71a393b --- /dev/null +++ b/README @@ -0,0 +1,5 @@ +This game is implemented with the generous permission of Fort Circle Games. + +Rules and art assets are Copyright 2020 Fort Circle Games. + +Source code to this digital implementation is Copyright 2021-2022 Tor Andersson. diff --git a/play.css b/play.css index 347fd7d..f1d6e66 100644 --- a/play.css +++ b/play.css @@ -32,6 +32,12 @@ body.Observer .hand_separator { display: none; } width: 250px; height: 350px; border-radius: 12px; + display: none; + box-shadow: 1px 1px 5px rgba(0,0,0,0.5); +} + +.card.show { + display: block; } .card.blank { diff --git a/title.sql b/title.sql new file mode 100644 index 0000000..864a721 --- /dev/null +++ b/title.sql @@ -0,0 +1,3 @@ +insert or replace into titles ( title_id, title_name, bgg ) values ( 'shores-of-tripoli', 'Shores of Tripoli', 237860 ); +insert or replace into roles values ( 'shores-of-tripoli', 'Tripolitania' ); +insert or replace into roles values ( 'shores-of-tripoli', 'United States' ); -- cgit v1.2.3