From 46074dc39b127525422a10c18ad903c898b8e66e Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Mon, 7 Oct 2024 04:41:30 +0000 Subject: [PATCH] chore: couple more games (#23) Reviewed-on: https://codeberg.org/nhcarrigan/portfolio/pulls/23 Co-authored-by: Naomi Carrigan Co-committed-by: Naomi Carrigan --- src/config/Games.ts | 124 +++++++++++++++++++++++--------------------- 1 file changed, 66 insertions(+), 58 deletions(-) diff --git a/src/config/Games.ts b/src/config/Games.ts index 2e5e038..df7a415 100644 --- a/src/config/Games.ts +++ b/src/config/Games.ts @@ -1,61 +1,69 @@ export const Games: { name: string; img: string; - }[] = [ - { - name: "Bloody Spell", - img: "bloody-spell.jpg" - }, - { - name: "Dynasty Warriors 9: Empires", - img: "dw-9.jpg" - }, - { - name: "Soul Calibur VI", - img: "soul-calibur.jpg" - }, - { - name: "Star Wars: The Old Republic", - img: "swtor.jpg" - }, - { - name: "Idling to Rule the Gods", - img: "idling-god.png" - }, - { - name: "Nioh 2", - img: "nioh-2.jpg" - }, - { - name: "Deathly Stillness", - img: "deathly-stillness.jpg" - }, - { - name: "Once Human", - img: "once-human.jpg" - }, - { - name: "Fallout 4", - img: "fallout-4.jpg" - }, - { - name: "Guild Wars 2", - img: "gw2.png" - }, - { - name: "Neverwinter Nights", - img: "nwn.jpg" - }, - { - name: "Lords of the Fallen", - img: "lords-of-the-fallen.jpg" - }, - { - name: "VRoid", - img: "vroid.png" - }, - { - name: "Koikatsu", - img: "koikatsu.png" - } - ] +}[] = [ + { + name: "Bloody Spell", + img: "bloody-spell.jpg", + }, + { + name: "Dynasty Warriors 9: Empires", + img: "dw-9.jpg", + }, + { + name: "Soul Calibur VI", + img: "soul-calibur.jpg", + }, + { + name: "Star Wars: The Old Republic", + img: "swtor.jpg", + }, + { + name: "Idling to Rule the Gods", + img: "idling-god.png", + }, + { + name: "Nioh 2", + img: "nioh-2.jpg", + }, + { + name: "Deathly Stillness", + img: "deathly-stillness.jpg", + }, + { + name: "Once Human", + img: "once-human.jpg", + }, + { + name: "Fallout 4", + img: "fallout-4.jpg", + }, + { + name: "Guild Wars 2", + img: "gw2.png", + }, + { + name: "Neverwinter Nights", + img: "nwn.jpg", + }, + { + name: "Lords of the Fallen", + img: "lords-of-the-fallen.jpg", + }, + { + name: "VRoid", + img: "vroid.png", + }, + { + name: "Koikatsu", + img: "koikatsu.png", + }, + { + name: "Kingdoms of Amalur", + img: "amalur.jpg", + }, + { + name: "Encased", + img: "encased.jpg", + }, +];