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

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