diff --git a/index.html b/index.html index 17edc4e..1102dc6 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - + Absurd Incremental @@ -14,8 +14,14 @@ -

Absurd Incremental v0.4 | Big Dot!

+

Absurd Incremental v0.4.1 | Small Ui ReDesigne

+
+ + + @@ -23,6 +29,8 @@ + +

@@ -35,32 +43,32 @@ - - -
- -
- -
+
-
-
+     + -
- -
+     + +
+ + + + +
+
@@ -107,21 +115,19 @@
-
-
- - - diff --git a/scripts/buttons.js b/scripts/buttons.js index 2110627..84772ac 100644 --- a/scripts/buttons.js +++ b/scripts/buttons.js @@ -106,6 +106,7 @@ function Dot2Buy() { function genN() { + int10 = setInterval("madb()", 50); gen1bg.style.display = "block"; if (gen2vis > 0) { gen2bg.style.display = "block"; @@ -134,10 +135,14 @@ function genN() { DotUp2.style.display = "none" DotUp3.style.display = "none" document.getElementById("dotcontainer").style.display = "none"; + document.getElementById("exp").style.display = "none"; + document.getElementById("imp").style.display = "none"; + document.getElementById("reset").style.display = "none"; } function dotshow() { + clearInterval(int10) gen1bg.style.display = "none"; gen2bg.style.display = "none"; gen3bg.style.display = "none"; @@ -153,6 +158,32 @@ function dotshow() { DotUp3.style.display = "block" document.getElementById("madot").style.display = "none"; document.getElementById("dotcontainer").style.display = "block"; + document.getElementById("exp").style.display = "none"; + document.getElementById("imp").style.display = "none"; + document.getElementById("reset").style.display = "none"; +} + +function setshow() { + clearInterval(int10) + gen1bg.style.display = "none"; + gen2bg.style.display = "none"; + gen3bg.style.display = "none"; + gen4bg.style.display = "none"; + gen5bg.style.display = "none"; + gen6bg.style.display = "none"; + gen7bg.style.display = "none"; + gen8bg.style.display = "none"; + nothing.style.display = "none"; + max.style.display = "none"; + DotUp1.style.display = "none" + DotUp2.style.display = "none" + DotUp3.style.display = "none" + madot.style.display = "none" + document.getElementById("madot").style.display = "none"; + document.getElementById("dotcontainer").style.display = "none"; + document.getElementById("exp").style.display = "block"; + document.getElementById("imp").style.display = "block"; + document.getElementById("reset").style.display = "block"; } function showD() { @@ -176,8 +207,6 @@ function dotshownteval() { } } - -setInterval("madb()", 1); setInterval("dotgets()", 1); diff --git a/style.css b/style.css index bcc6b3f..67e27f2 100644 --- a/style.css +++ b/style.css @@ -115,18 +115,17 @@ outline: transparent; border-radius: 10px; cursor: default; - top: 10px; } .DotUp2 { width: 950px; border: 2px solid white; height: 50px; + top: 10px; background-color: transparent; outline: transparent; border-radius: 10px; cursor: default; - top: 20px; } .DotUp3 { @@ -137,12 +136,11 @@ outline: transparent; border-radius: 10px; cursor: default; - top: 30px; } + .import { position: relative; - top: 100px; border: 2px solid white; height: 65px; width: 130px; @@ -154,9 +152,10 @@ .export { position: relative; - top: 100px; border: 2px solid white; height: 65px; + left: 135px; + bottom: 65px; width: 130px; background-color: black; outline: transparent; @@ -166,10 +165,11 @@ .reset { position: relative; - top: 100px; border: 2px solid white; height: 65px; width: 250px; + left: 270px; + bottom: 130px; background-color: black; outline: transparent; border-radius: 10px; @@ -194,21 +194,35 @@ border: 2px solid white; height: 65px; width: 50px; + left: 10px; background-color: black; outline: transparent; border-radius: 10px; cursor: pointer; } +.settings { + display: block; + position: relative; + bottom: 10px; + left: 0px; + border: 2px solid white; + height: 65px; + width: 50px; + background-color: black; + outline: transparent; + border-radius: 10px; + cursor: pointer; +} .dot { display: none; position: relative; + bottom: 10px; + left: 20px; border: 2px solid white; height: 65px; - bottom: 75px; width: 50px; - left: 65px; background-color: black; outline: transparent; border-radius: 10px; @@ -221,7 +235,7 @@ border: 2px solid white; height: 50px; background-color: transparent; - outline: transparent; + outline: transparent; border-radius: 10px; cursor: default; position: relative; @@ -231,3 +245,14 @@ .Dotpoint { display: none; } + + +.buttons1 { + display: flex; + margin: auto; +} + +.dotup { + display: flex; + flex-direction: column; +} \ No newline at end of file