Add files via upload

This commit is contained in:
omsi6 2017-12-05 22:18:12 -08:00 committed by GitHub
parent 37152354b4
commit e1f5ccc002
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 28 additions and 2 deletions

View File

@ -231,7 +231,19 @@
</td>
</tr>
</table>
<button id="epmult" class="eternityupbtn" onclick="buyEPMult()">You gain 5 times more EP<p>Cost: 500 EP</button>
<table class="table" style="margin: 0 auto">
<tr>
<td>
<button class="eternityupbtn" style="opacity: 0"></button>
</td>
<td>
<button id="epmult" class="eternityupbtn" onclick="buyEPMult()">You gain 5 times more EP<p>Cost: 500 EP</button>
</td>
<td>
<button class="eternityupbtn" style="opacity: 0"></button>
</td>
</tr>
</table>
<div>
<table id="footer">
<tr>

View File

@ -5048,7 +5048,7 @@ function eternity() {
eightPow: new Decimal(1),
sacrificed: new Decimal(0),
achievements: player.achievements,
challenges: player.challenges,
challenges: (player.eternities > 0) ? ["challenge1", "challenge2", "challenge3", "challenge4", "challenge5", "challenge6", "challenge7", "challenge8", "challenge9", "challenge10", "challenge11", "challenge12"] : player.challenges,
currentChallenge: "",
infinityUpgrades: player.infinityUpgrades,
infinityPoints: new Decimal(0),

View File

@ -611,6 +611,7 @@
color: black;
font-family: Typewriter;
padding: 10px;
padding-bottom: 15px;
display: none;
}

View File

@ -10,6 +10,11 @@ button {
box-shadow: 0px 0px 7px 2px #111111;
}
.popup {
background-color: #455A64 !important;
box-shadow: 0px 0px 15px 0px black !important;
}
.achievementunlocked {
background-color: #43A047 !important;
}

View File

@ -2,6 +2,10 @@
border-radius: 0px !important;
}
.popup {
border: 1px solid black !important;
}
.tabbtn {
background: #EEEEEE !important;
border: 1px solid #2196F3 !important;

View File

@ -13,6 +13,10 @@ body {
background: none !important;
}
.popup {
background-color: #dbd242 !important;
}
.tabbtn {
color: black !important;
background: #dbd242 !important;