chore: messaging about spare time, energy, and mana

This commit is contained in:
pskfyi 2022-01-13 19:57:35 -08:00 committed by pskfyi
commit 45fc84b3db
4 changed files with 26 additions and 7 deletions

View file

@ -20,6 +20,11 @@
</span>
</div>
<p class="text-lg text-center py-2 border-b-2 border-current">
<b><span class="fas fa-bolt text-base" /> Energy</b>
is generated over time
</p>
<h2 class="text-xl font-semibold text-center pt-8">Upgrades</h2>
<responsive-grid class="pt-2 md:pt-4">

View file

@ -20,9 +20,13 @@
</span>
</div>
<h2 class="font-semibold text-lg text-center pt-4 md:mt-8">
Spells coming soon!
</h2>
<p class="text-lg text-center py-2 border-b-2 border-current">
Tapping to gain
<b><span class="fas fa-hourglass-half text-base" /> Spare Time</b>
<br class="md:hidden" />
now also gains
<b><span class="fas fa-star text-base" /> Mana</b>
</p>
</div>
</template>