From b640361d4b7cf2f5e0bf2ca61d2219620fc3c745 Mon Sep 17 00:00:00 2001 From: egiday Date: Wed, 10 May 2023 05:45:09 -0700 Subject: [PATCH] bug fixes --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 288f1bf..0588818 100644 --- a/index.html +++ b/index.html @@ -70,7 +70,7 @@

Last Played: None

In Money Tycoon, build your empire by earning money through clicking, investing in businesses, and increasing your passive income. Unlock achievements and prestige to multiply your earnings!
- +
In Painting Game, paint the canvas by dragging your mouse across the screen. Its simple really, but you can create some pretty cool art!
@@ -93,7 +93,7 @@

Last Played: None

window.location.href = "Money Tycoon Game/MoneyTycoonGame.html"; } - function loadMoneyPaintingGame() { + function loadPaintingGame() { localStorage.setItem("lastPlayed", "Painting Game"); window.location.href = "Painting Game/PaintingGame.html"; }