From 935d3fca8919160f11fe97806ab6672aa660cf4f Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 24 Nov 2024 12:56:58 +0100 Subject: Lossless cover images. --- cover.1x.png | Bin 0 -> 72045 bytes cover.2x.png | Bin 0 -> 274509 bytes thumbnail.png | Bin 0 -> 38472 bytes title.sql | 6 +----- 4 files changed, 1 insertion(+), 5 deletions(-) create mode 100644 cover.1x.png create mode 100644 cover.2x.png create mode 100644 thumbnail.png diff --git a/cover.1x.png b/cover.1x.png new file mode 100644 index 0000000..5d17dbf Binary files /dev/null and b/cover.1x.png differ diff --git a/cover.2x.png b/cover.2x.png new file mode 100644 index 0000000..0ec1ba9 Binary files /dev/null and b/cover.2x.png differ diff --git a/thumbnail.png b/thumbnail.png new file mode 100644 index 0000000..da7dafa Binary files /dev/null and b/thumbnail.png differ diff --git a/title.sql b/title.sql index 969f8e7..222749b 100644 --- a/title.sql +++ b/title.sql @@ -1,5 +1 @@ -insert or replace into titles ( title_id, title_name, bgg ) values ( 'hammer-of-the-scots', 'Hammer of the Scots', 3685 ); -insert or ignore into setups ( title_id, player_count, scenario, options ) values - ( 'hammer-of-the-scots', 2, 'Braveheart', '{"delay_hits":true}' ), - ( 'hammer-of-the-scots', 2, 'The Bruce', '{"delay_hits":true}' ) -; +insert or ignore into titles ( title_id, title_name, bgg ) values ( 'hammer-of-the-scots', 'Hammer of the Scots', 3685 ); -- cgit v1.2.3