diff --git a/index.html b/index.html index 79b593c..783c8d2 100644 --- a/index.html +++ b/index.html @@ -12,10 +12,13 @@
-

i


+

Beta v1.1

+

Beta v1.1 Alpha 21

+

i

Offline Time: {{formatTime(offTime.remain)}} ({{format(offTime.speed)}}x speed)
diff --git a/js/game.js b/js/game.js index 33376f9..99ac2a6 100644 --- a/js/game.js +++ b/js/game.js @@ -479,7 +479,7 @@ const LAYER_UPGS = { desc: "Subspace boosts Generator Power gain.", cost: new Decimal(1130), unl: function() { return player.ss.upgrades.includes(21) }, - currently: function() { return player.ss.subspace.plus(1).pow(25) }, + currently: function() { return player.ss.subspace.plus(1).pow(40) }, effDisp: function(x) { return format(x)+"x" }, }, }, @@ -959,7 +959,7 @@ const LAYER_UPGS = { desc: "You generate Subspace faster based on its amount.", cost: new Decimal(5), unl: function() { return player.ss.upgrades.includes(21)&&(player.h.challs.includes(51)||player.h.challs.includes(52)) }, - currently: function() { return player.ss.subspace.plus(1).root(2.5) }, + currently: function() { return player.ss.subspace.plus(1).root(2.25) }, effDisp: function(x) { return format(x)+"x" }, }, 23: { diff --git a/style.css b/style.css index c2d592e..19a73b3 100644 --- a/style.css +++ b/style.css @@ -252,8 +252,8 @@ h1, h2 { font-size: 20px; color: white; position: absolute; - top: 0px; - right: 0px; + top: 50px; + left: 4px; cursor: pointer; width: 40px; height: 40px;