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", + }, +];