Skip to content

Commit

Permalink
i don't remember a single thing i changed
Browse files Browse the repository at this point in the history
  • Loading branch information
telnettrauma committed Oct 15, 2022
1 parent 23f809a commit 850b7eb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 2 additions & 0 deletions css.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<div id="topmenu">
<!-- navigation menu (desktop) -->
<div id="desktopnav" style="padding-top: 10px;">
<button class="tablink" id="stanav" onclick="openStatsPage()">Statistics</button>
<button class="tablink" id="stanav" onclick="openStatsPage()">Stats</button>
<button class="tablink" id="setnav" onclick="openPage('settings')">Settings</button>
</div>
<!-- type button -->
Expand All @@ -73,8 +73,8 @@ <h1 style="text-align: center; background-color: rgb(255, 63, 63);">Error: Missi
<div id="errorpage" class="tabcontent">
<hr>
<h1 style="text-align: center; background-color: rgb(255, 63, 63);">Error</h1>
<p style="text-align: center;">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.</p>
<button style="margin: 0 auto;" onclick="openPage('tutorial')">Attempt to Fix</button>
<p>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.</p>
<button style="margin: 0 auto;" onclick="openPage('tutorial')">Attempt to Fix (Broken)</button>
<button onclick="window.location.reload()">Refresh Page</button>
<p>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.</p>
<hr>
Expand Down
6 changes: 6 additions & 0 deletions upgrades.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{ "auto": [
{ "u1": [
{ "name": "Keypresser" },
{ "cost": 15 }
]}
]}

0 comments on commit 850b7eb

Please sign in to comment.