From 16b1fc4b2ac78caed8d9ca3c7b29ee85cd3bf4d0 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 24 Jan 2025 17:53:07 +0100 Subject: update title.sql and add lossless cover/thumbnail png files --- cover.1x.png | Bin 0 -> 58796 bytes cover.2x.png | Bin 0 -> 201330 bytes thumbnail.png | Bin 0 -> 33056 bytes title.sql | 3 --- 4 files changed, 3 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..218723f 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..24fe8a6 Binary files /dev/null and b/cover.2x.png differ diff --git a/thumbnail.png b/thumbnail.png new file mode 100644 index 0000000..7817aa3 Binary files /dev/null and b/thumbnail.png differ diff --git a/title.sql b/title.sql index c0bb4a0..eceade3 100644 --- a/title.sql +++ b/title.sql @@ -1,4 +1 @@ insert or ignore into titles ( title_id, title_name, bgg ) values ( '300-earth-and-water', '300: Earth & Water', 267058 ); -insert or ignore into setups ( title_id, player_count, scenario, options ) values - ( '300-earth-and-water', 2, 'Standard', '{"cheap_fleets":true}' ) -; -- cgit v1.2.3