Skip to content

Commit

Permalink
off double tap function 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAKrayer authored Jan 30, 2024
1 parent 60c5a5f commit 629f5c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=0.5"> <!--Строчка, которая делает магию-->
<meta name="viewport" content="width=device-width, initial-scale=1.5"> <!--Строчка, которая делает магию-->
<title>Absurd Incremental</title>
</head>

Expand All @@ -11,7 +11,7 @@
<link rel="stylesheet" href="style.css"></link>

<body class="body">
<p><font size="6" color="white">Absurd Incremental v0.2.1</font></p>
<p><font size="6" color="white">Absurd Incremental v0.2</font></p>


<hr width="2000" size="4" class="line" align="leftTop"/>
Expand Down
1 change: 0 additions & 1 deletion scripts/NothingGen.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ function GameSave() {
gen1get: gen1get
};
localStorage.setItem("saveGame", JSON.stringify(saveGame));
console.log("Saved!")
}

function lkGame() {
Expand Down

0 comments on commit 629f5c4

Please sign in to comment.