From 850b7eb24fa782bfba09ed5705b4ccada79ab95a Mon Sep 17 00:00:00 2001 From: wiichicken Date: Sat, 15 Oct 2022 17:56:12 -0400 Subject: [PATCH] i don't remember a single thing i changed --- css.css | 2 ++ index.html | 6 +++--- upgrades.json | 6 ++++++ 3 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 upgrades.json diff --git a/css.css b/css.css index 2209b7d..0e43406 100644 --- a/css.css +++ b/css.css @@ -177,11 +177,13 @@ button:active {border-radius: 20px;} padding: 25px 15px; background: grey; font-size: 30px; + border-radius: 15px 15px 0px 0px; color: white; } .cookiesmessage-container { padding: 15px; background-color: #ccc; + border-radius: 0px 0px 15px 15px; color: black; } .closecookiesmessage { diff --git a/index.html b/index.html index a308d9c..8520638 100644 --- a/index.html +++ b/index.html @@ -53,7 +53,7 @@
- +
@@ -73,8 +73,8 @@

Error: Missi

Error

-

If you are seeing this, something probably went wrong. Try clicking on the button below to attempt to fix your issue. If that does not work, try refreshing the page.

- +

you are seeing this message because i suck at coding and can't add proper error handling. happens to the best of us. anyways, something went wrong. you can try clicking on that "Attempt to fix" button, but it probably won't work. if it doesn't, just refresh the page.

+

More info: This error can occur sometimes when the game is refreshed and then immediately canceled. This can also happen due to glitches in code or CSS. You can try to fix this glitch by clicking on the "Attempt to Fix" button. If clicking on the button fails to fix the issue, you can try to refresh the page.


diff --git a/upgrades.json b/upgrades.json new file mode 100644 index 0000000..07dab9a --- /dev/null +++ b/upgrades.json @@ -0,0 +1,6 @@ +{ "auto": [ + { "u1": [ + { "name": "Keypresser" }, + { "cost": 15 } + ]} +]} \ No newline at end of file