chore: couple more games (#23)

Reviewed-on: https://codeberg.org/nhcarrigan/portfolio/pulls/23
Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com>
Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
This commit is contained in:
Naomi Carrigan 2024-10-07 04:41:30 +00:00 committed by Naomi the Technomancer
parent cfa7f06176
commit 46074dc39b

View File

@ -4,58 +4,66 @@ export const Games: {
}[] = [ }[] = [
{ {
name: "Bloody Spell", name: "Bloody Spell",
img: "bloody-spell.jpg" img: "bloody-spell.jpg",
}, },
{ {
name: "Dynasty Warriors 9: Empires", name: "Dynasty Warriors 9: Empires",
img: "dw-9.jpg" img: "dw-9.jpg",
}, },
{ {
name: "Soul Calibur VI", name: "Soul Calibur VI",
img: "soul-calibur.jpg" img: "soul-calibur.jpg",
}, },
{ {
name: "Star Wars: The Old Republic", name: "Star Wars: The Old Republic",
img: "swtor.jpg" img: "swtor.jpg",
}, },
{ {
name: "Idling to Rule the Gods", name: "Idling to Rule the Gods",
img: "idling-god.png" img: "idling-god.png",
}, },
{ {
name: "Nioh 2", name: "Nioh 2",
img: "nioh-2.jpg" img: "nioh-2.jpg",
}, },
{ {
name: "Deathly Stillness", name: "Deathly Stillness",
img: "deathly-stillness.jpg" img: "deathly-stillness.jpg",
}, },
{ {
name: "Once Human", name: "Once Human",
img: "once-human.jpg" img: "once-human.jpg",
}, },
{ {
name: "Fallout 4", name: "Fallout 4",
img: "fallout-4.jpg" img: "fallout-4.jpg",
}, },
{ {
name: "Guild Wars 2", name: "Guild Wars 2",
img: "gw2.png" img: "gw2.png",
}, },
{ {
name: "Neverwinter Nights", name: "Neverwinter Nights",
img: "nwn.jpg" img: "nwn.jpg",
}, },
{ {
name: "Lords of the Fallen", name: "Lords of the Fallen",
img: "lords-of-the-fallen.jpg" img: "lords-of-the-fallen.jpg",
}, },
{ {
name: "VRoid", name: "VRoid",
img: "vroid.png" img: "vroid.png",
}, },
{ {
name: "Koikatsu", name: "Koikatsu",
img: "koikatsu.png" img: "koikatsu.png",
} },
] {
name: "Kingdoms of Amalur",
img: "amalur.jpg",
},
{
name: "Encased",
img: "encased.jpg",
},
];