mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2025-05-01 14:01:09 +00:00
Improvenents to popups
This commit is contained in:
parent
0f59bd7be6
commit
6bcf352fe1
6 changed files with 9 additions and 11 deletions
js/technical
|
@ -96,9 +96,6 @@ var systemComponents = {
|
|||
<span v-if="player.offTime !== undefined" class="overlayThing">
|
||||
<br>Offline Time: {{formatTime(player.offTime.remain)}}<br>
|
||||
</span>
|
||||
<span v-if="false && !player.keepGoing" class="overlayThing">
|
||||
<br>Reach {{formatWhole(ENDGAME)}} to beat the game!<br>
|
||||
</span>
|
||||
<br>
|
||||
<span v-if="player.points.lt('1e1000')" class="overlayThing">You have </span>
|
||||
<h2 class="overlayThing" id="points">{{format(player.points)}}</h2>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue