generated from nhcarrigan/template
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:
parent
cfa7f06176
commit
46074dc39b
@ -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",
|
||||
},
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user