From cadce8983c4d3cc255197c22d7a138ae15896dc7 Mon Sep 17 00:00:00 2001 From: jman1593 Date: Thu, 7 Nov 2024 17:14:02 -0700 Subject: [PATCH] add new games --- about-page-data.js | 1 + cards-data.js | 14 ++++++++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/about-page-data.js b/about-page-data.js index 63e6ae7f..d1e8f40a 100644 --- a/about-page-data.js +++ b/about-page-data.js @@ -1,5 +1,6 @@ // All of the updates and their corresponding dates that will be dynamically added in the updates section on about page export const updates = [ + { date: "11/7/24", content: "Added three goblets, the final earth, super pickelball adventure, squareX, metrocubevania, knightin, ISLANDER, delia the traveling witch, dark tomb, another gentlemans adventure, and fixed final earth 2." }, { date: "11/6/24", content: "Added tiny heist, poker, blackjack, westoon, thumb fighter christmas, sink it, minibattles, blocky snake, and fixed leader strike." }, { date: "11/4/24", content: "Added we become what we behold, idle lumber inc, idle digging tycoon, bomber royale, and blumgi paintball." }, { date: "10/31/24", content: "Added bad egg, cactus mccoy, cactus mccoy 2, territorial.io, and just passing 2." }, diff --git a/cards-data.js b/cards-data.js index d92893d0..4557dcf4 100644 --- a/cards-data.js +++ b/cards-data.js @@ -1,5 +1,16 @@ export default [ - { href: './html/Throw a Potato/index.html', imgSrc: 'Throw a Potato.png', name: 'Throw a Potato' , 'page': 2}, + { href: './html/three goblets/index.html', imgSrc: 'three goblets.png', name: 'three goblets' , 'page': 2}, + { href: './html/the final earth/index.html', imgSrc: 'the final earth.jpg', name: 'the final earth' , 'page': 2}, + { href: './html/super pickleball adventure/index.html', imgSrc: 'super pickleball adventure.png', name: 'super pickleball adventure' , 'page': 2}, + { href: './html/squareX/index.html', imgSrc: 'squarex.jpg', name: 'squareX' , 'page': 2}, + { href: './html/metrocubevania/index.html', imgSrc: 'metrocubevania.png', name: 'metrocubevania' , 'page': 2}, + { href: './html/knightin/index.html', imgSrc: 'knightin.jpg', name: 'knightin' , 'page': 2}, + { href: './html/ISLANDER/index.html', imgSrc: 'ISLANDER.png', name: 'ISLANDER' , 'page': 2}, + { href: './html/final earth 2/index.html', imgSrc: 'finalearth2.png', name: 'final earth 2' , 'page': 2}, + { href: './html/delia the traveling witch/index.html', imgSrc: 'delia the traveling witch.png', name: 'delia the traveling witch' , 'page': 2}, + { href: './html/dark tomb/index.html', imgSrc: 'dark tomb.jpg', name: 'dark tomb' , 'page': 2}, + { href: './html/another gentlemans adventure/index.html', imgSrc: 'another gentlemans adventure.jpg', name: 'another gentlemans adventure' , 'page': 2}, + { href: './html/Throw a Potato/index.html', imgSrc: 'Throw a Potato.png', name: 'Throw a Potato' , 'page': 2}, { href: './html/westoon/index.html', imgSrc: 'westoon.jpg', name: 'westoon' , 'page': 2}, { href: './html/thumb fighter christmas/index.html', imgSrc: 'thumb fighter christmas.jpg', name: 'thumb fighter christmas' , 'page': 2}, { href: './html/sink it/index.html', imgSrc: 'sink it.jpg', name: 'sink it' , 'page': 2}, @@ -424,7 +435,6 @@ export default [ { href: "./swf/strikeforcekitty2/base.html", imgSrc: "strikeforcekitty2.jpeg", name: "Strike Force Kitty 2" }, { href: "./swf/strikeforcekitty3/base.html", imgSrc: "strikeforcekitty3.jpeg", name: "Strike Force Kitty 3" }, { href: "./swf/sugar/base.html", imgSrc: "sugar.jpeg", name: "Sugar, Sugar" }, - { href: "./html/finalearth2/index.html", imgSrc: "finalearth2.png", name: "Final Earth 2" }, { href: "./html/drive-mad/index.html", imgSrc: "drivemad.jpg", name: "Drive Mad" }, { href: "./html/among-us/index.html", imgSrc: "amongus.png", name: "Among Us" }, { href: "./html/bob-the-robber-2/index.html", imgSrc: "bob.jpeg", name: "Bob the Robber 2" },