1
0
Fork 0
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:
Harley White 2021-02-05 15:43:11 -05:00
parent 0f59bd7be6
commit 6bcf352fe1
6 changed files with 9 additions and 11 deletions

View file

@ -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>