feat: game flow draft 2; time machine first draft
This commit is contained in:
parent
82fd1b3e12
commit
233a1a4daa
10 changed files with 181 additions and 19 deletions
|
|
@ -4,7 +4,7 @@
|
|||
:class="[colorClasses, { active }]"
|
||||
:to="tabData.route"
|
||||
>
|
||||
<span v-if="!tabData.locked" :class="tabData.label" />
|
||||
<span v-if="tabData.unlocked" :class="tabData.label" />
|
||||
<span v-else class="fas fa-lock" />
|
||||
</nuxt-link>
|
||||
</template>
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@
|
|||
/
|
||||
<span v-if="unit === 'apprenticeLevels'">L</span>{{ maxText }}
|
||||
<span v-if="unit === 'spareTime'" class="fas fa-hourglass-half" />
|
||||
<span v-if="unit === 'energy'" class="fas fa-bolt" />
|
||||
</span>
|
||||
|
||||
<span
|
||||
|
|
|
|||
Reference in a new issue