diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-11-24 12:57:36 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-11-24 12:57:36 +0100 |
commit | d7904f7d9f2b0f9bd59d58cf5bc9cee465f14a14 (patch) | |
tree | 9513acd4d4f482cccc9e7797df83ccf925e117ba | |
parent | 6e18858700639310d9f6e4f543d5b0dae48b3b54 (diff) | |
download | crusader-rex-d7904f7d9f2b0f9bd59d58cf5bc9cee465f14a14.tar.gz |
Lossless cover.
-rw-r--r-- | cover.1x.png | bin | 0 -> 64947 bytes | |||
-rw-r--r-- | cover.2x.png | bin | 0 -> 238589 bytes | |||
-rw-r--r-- | thumbnail.png | bin | 0 -> 35599 bytes | |||
-rw-r--r-- | title.sql | 3 |
4 files changed, 0 insertions, 3 deletions
diff --git a/cover.1x.png b/cover.1x.png Binary files differnew file mode 100644 index 0000000..2902a2e --- /dev/null +++ b/cover.1x.png diff --git a/cover.2x.png b/cover.2x.png Binary files differnew file mode 100644 index 0000000..695b019 --- /dev/null +++ b/cover.2x.png diff --git a/thumbnail.png b/thumbnail.png Binary files differnew file mode 100644 index 0000000..12db564 --- /dev/null +++ b/thumbnail.png @@ -1,4 +1 @@ insert or ignore into titles ( title_id, title_name, bgg ) values ( 'crusader-rex', 'Crusader Rex', 8481 ); -insert or ignore into setups ( title_id, player_count, scenario, options ) values - ( 'crusader-rex', 2, 'Standard', '{"delay_hits":true}' ) -; |