From 3822d4d5ab66b571572c88e34bdfbcf0b26a50cb Mon Sep 17 00:00:00 2001 From: Jacorb90 <39597610+Jacorb90@users.noreply.github.com> Date: Tue, 1 Sep 2020 22:30:37 -0400 Subject: [PATCH] Beta v1.1 --- index.html | 6 +++++- js/game.js | 4 ++-- style.css | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) 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;