diff --git a/games.json b/games.json index 949bca6..9cd3814 100644 --- a/games.json +++ b/games.json @@ -462,5 +462,34 @@ { "title": "Mario Kart 8 Deluxe", "img": "mk8d" + }, + { + "title": "Super Mario 3D All-Stars", + "img": "sm3das" + }, + { + "title": "Super Mario Galaxy", + "img": "smg" + }, + { + "title": "Super Mario Galaxy 2", + "img": "smg2" + }, + { + "title": "Game Chat", + "img": "gamechat" + }, + { + "title": "Super Mario Kart World", + "img": "smkw" + }, + { + "title": "Mario + Rabbids Kingdom Battle", + "img": "mrkb" + }, + { + "title": "Donkey Kong Bananza", + "img": "dkb" } ] + diff --git a/images/dkb.webp b/images/dkb.webp new file mode 100644 index 0000000..b0aee07 Binary files /dev/null and b/images/dkb.webp differ diff --git a/images/gamechat.avif b/images/gamechat.avif new file mode 100644 index 0000000..2c3c05a Binary files /dev/null and b/images/gamechat.avif differ diff --git a/images/mrkb.jpg b/images/mrkb.jpg new file mode 100644 index 0000000..aef9a77 Binary files /dev/null and b/images/mrkb.jpg differ diff --git a/images/sm3dal.jpg b/images/sm3dal.jpg new file mode 100644 index 0000000..4926882 Binary files /dev/null and b/images/sm3dal.jpg differ diff --git a/images/smg.jpg b/images/smg.jpg new file mode 100644 index 0000000..94715ca Binary files /dev/null and b/images/smg.jpg differ diff --git a/images/smg2.jpg b/images/smg2.jpg new file mode 100644 index 0000000..d3aaeec Binary files /dev/null and b/images/smg2.jpg differ diff --git a/images/smkw.webp b/images/smkw.webp new file mode 100644 index 0000000..ca48ebd Binary files /dev/null and b/images/smkw.webp differ