mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-10 14:12:02 +00:00
Add files via upload
This commit is contained in:
parent
37152354b4
commit
e1f5ccc002
14
index.html
14
index.html
@ -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>
|
||||
|
@ -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),
|
||||
|
@ -611,6 +611,7 @@
|
||||
color: black;
|
||||
font-family: Typewriter;
|
||||
padding: 10px;
|
||||
padding-bottom: 15px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -2,6 +2,10 @@
|
||||
border-radius: 0px !important;
|
||||
}
|
||||
|
||||
.popup {
|
||||
border: 1px solid black !important;
|
||||
}
|
||||
|
||||
.tabbtn {
|
||||
background: #EEEEEE !important;
|
||||
border: 1px solid #2196F3 !important;
|
||||
|
@ -13,6 +13,10 @@ body {
|
||||
background: none !important;
|
||||
}
|
||||
|
||||
.popup {
|
||||
background-color: #dbd242 !important;
|
||||
}
|
||||
|
||||
.tabbtn {
|
||||
color: black !important;
|
||||
background: #dbd242 !important;
|
||||
|
Loading…
Reference in New Issue
Block a user