feat: add 7 new shift artwork assets and update game icons

Add new shift-themed artwork images (cat-on-tiger, flying-over-the-city,
japanese-road, octo-mecha, paris-in-rain, steampunk-sky-city, tiger-warrior)
and register them in shift-artwork.json. Update game-icons.png and .psd.
This commit is contained in:
Brian Fertig 2026-07-31 19:22:16 -06:00
parent 95b200022c
commit 4c0b04613a
10 changed files with 42 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 347 KiB

After

Width:  |  Height:  |  Size: 350 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 MiB

View File

@ -101,6 +101,48 @@
"name": "Steampunk Future City", "name": "Steampunk Future City",
"key": "steampunk-future-city", "key": "steampunk-future-city",
"path": "assets/images/shift/steampunk-future-city.png" "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"
} }
] ]
} }