diff --git a/website/_data/games.json b/website/_data/games.json index 76c0c1ea..dec574e3 100644 --- a/website/_data/games.json +++ b/website/_data/games.json @@ -556,19 +556,19 @@ "url": "https://baroquedecay.com/#games", "pixelart": true, "tags": [ - "Desktop", - "Mobile", - "Console", - "2D", - "Windows", - "Mac", - "Linux", - "iOS", - "Android", - "Nintendo Switch", - "Playstation 4", - "Xbox One" - ] + "Desktop", + "Mobile", + "Console", + "2D", + "Windows", + "Mac", + "Linux", + "iOS", + "Android", + "Nintendo Switch", + "Playstation 4", + "Xbox One" + ] }, { "name": "melkhiors-mansion", @@ -597,8 +597,7 @@ "2D", "Windows" ] - } - , + }, { "name": "xon", "title": "Xon", @@ -710,8 +709,7 @@ "Windows", "Linux" ] - } - , + }, { "name": "margoqslair", "title": "Margoq's Lair", @@ -724,8 +722,7 @@ "2D", "Windows" ] - } - , + }, { "name": "tabletsofpower", "title": "Tablets of Power", @@ -1032,5 +1029,34 @@ "Playstation 4", "Playstation 5" ] + }, + { + "name": "bloominitiative", + "title": "The B.L.O.O.M Initiative", + "logo": "bloominitiative-logo.png", + "screenshot": "bloominitiative-screenshot.png", + "url": "https://store.steampowered.com/app/3543740/The_BLOOM_Initiative/", + "pixelart": false, + "tags": [ + "Desktop", + "2D", + "Windows", + "Mac" + ] + }, + { + "name": "worldwiderush", + "title": "Worldwide Rush", + "logo": "worldwiderush-logo.png", + "screenshot": "worldwiderush-screenshot.jpg", + "url": "https://store.steampowered.com/app/3325500/Worldwide_Rush/", + "pixelart": false, + "tags": [ + "Desktop", + "2D", + "3D", + "Windows", + "Featured" + ] } -] +] \ No newline at end of file diff --git a/website/content/public/images/showcase-header/bloominitiative-logo.png b/website/content/public/images/showcase-header/bloominitiative-logo.png new file mode 100644 index 00000000..ec7886cb Binary files /dev/null and b/website/content/public/images/showcase-header/bloominitiative-logo.png differ diff --git a/website/content/public/images/showcase-header/bloominitiative-screenshot.png b/website/content/public/images/showcase-header/bloominitiative-screenshot.png new file mode 100644 index 00000000..c15f8015 Binary files /dev/null and b/website/content/public/images/showcase-header/bloominitiative-screenshot.png differ diff --git a/website/content/public/images/showcase-header/worldwiderush-logo.png b/website/content/public/images/showcase-header/worldwiderush-logo.png new file mode 100644 index 00000000..84415450 Binary files /dev/null and b/website/content/public/images/showcase-header/worldwiderush-logo.png differ diff --git a/website/content/public/images/showcase-header/worldwiderush-screenshot.jpg b/website/content/public/images/showcase-header/worldwiderush-screenshot.jpg new file mode 100644 index 00000000..2366b712 Binary files /dev/null and b/website/content/public/images/showcase-header/worldwiderush-screenshot.jpg differ