diff --git a/assets/images/game-icons.png b/assets/images/game-icons.png index 6903b29..78863a6 100644 Binary files a/assets/images/game-icons.png and b/assets/images/game-icons.png differ diff --git a/assets/images/game-icons.psd b/assets/images/game-icons.psd index 411a4c3..610ad3c 100644 Binary files a/assets/images/game-icons.psd and b/assets/images/game-icons.psd differ diff --git a/assets/images/shift/cat-on-tiger.png b/assets/images/shift/cat-on-tiger.png new file mode 100644 index 0000000..24ab4d0 Binary files /dev/null and b/assets/images/shift/cat-on-tiger.png differ diff --git a/assets/images/shift/flying-over-the-city.png b/assets/images/shift/flying-over-the-city.png new file mode 100644 index 0000000..e62b35a Binary files /dev/null and b/assets/images/shift/flying-over-the-city.png differ diff --git a/assets/images/shift/japanese-road.png b/assets/images/shift/japanese-road.png new file mode 100644 index 0000000..c3c363c Binary files /dev/null and b/assets/images/shift/japanese-road.png differ diff --git a/assets/images/shift/octo-mecha.png b/assets/images/shift/octo-mecha.png new file mode 100644 index 0000000..e329de1 Binary files /dev/null and b/assets/images/shift/octo-mecha.png differ diff --git a/assets/images/shift/paris-in-rain.png b/assets/images/shift/paris-in-rain.png new file mode 100644 index 0000000..6eb7a9f Binary files /dev/null and b/assets/images/shift/paris-in-rain.png differ diff --git a/assets/images/shift/steampunk-sky-city.png b/assets/images/shift/steampunk-sky-city.png new file mode 100644 index 0000000..20d01e7 Binary files /dev/null and b/assets/images/shift/steampunk-sky-city.png differ diff --git a/assets/images/shift/tiger-warrior.png b/assets/images/shift/tiger-warrior.png new file mode 100644 index 0000000..354e8d3 Binary files /dev/null and b/assets/images/shift/tiger-warrior.png differ diff --git a/data/shift-artwork.json b/data/shift-artwork.json index 8b754e0..8b46f56 100644 --- a/data/shift-artwork.json +++ b/data/shift-artwork.json @@ -101,6 +101,48 @@ "name": "Steampunk Future City", "key": "steampunk-future-city", "path": "assets/images/shift/steampunk-future-city.png" + }, + { + "id": "cat-on-tiger", + "name": "Cat on Tiger", + "key": "cat-on-tiger", + "path": "assets/images/shift/cat-on-tiger.png" + }, + { + "id": "flying-over-the-city", + "name": "Flying Over the City", + "key": "flying-over-the-city", + "path": "assets/images/shift/flying-over-the-city.png" + }, + { + "id": "japanese-road", + "name": "Japanese Road", + "key": "japanese-road", + "path": "assets/images/shift/japanese-road.png" + }, + { + "id": "octo-mecha", + "name": "Octo Mecha", + "key": "octo-mecha", + "path": "assets/images/shift/octo-mecha.png" + }, + { + "id": "paris-in-rain", + "name": "Paris in the Rain", + "key": "paris-in-rain", + "path": "assets/images/shift/paris-in-rain.png" + }, + { + "id": "steampunk-sky-city", + "name": "Steampunk Sky City", + "key": "steampunk-sky-city", + "path": "assets/images/shift/steampunk-sky-city.png" + }, + { + "id": "tiger-warrior", + "name": "Tiger Warrior", + "key": "tiger-warrior", + "path": "assets/images/shift/tiger-warrior.png" } ] } \ No newline at end of file