From 5b7bf82edb672d5d5dbd8b1de64532aeec695661 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Fri, 2 Mar 2018 19:47:19 -0500 Subject: Handled games with no images For games where no images could be downloaded from Steam, which happens if a game has been removed from the store, the bot will now use a default background. This image is copyright Nintendo. --- res/README.md | 2 +- res/default.png | Bin 0 -> 1080583 bytes 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 res/default.png (limited to 'res') diff --git a/res/README.md b/res/README.md index 876f0db..814c2b2 100644 --- a/res/README.md +++ b/res/README.md @@ -1 +1 @@ -The images in this directory are originally from the game Super Mario Odyssey, which is copyrighted by Nintendo. \ No newline at end of file +The images in this directory, apart from overlay.png and overlay.psd, are originally from the game Super Mario Odyssey, which is copyrighted by Nintendo. \ No newline at end of file diff --git a/res/default.png b/res/default.png new file mode 100644 index 0000000..6323270 Binary files /dev/null and b/res/default.png differ -- cgit 1.4.1