Implemented game over screen

This commit is contained in:
thepaperpilot 2021-06-15 23:46:34 -05:00
parent 95cc29664b
commit 0836550abe
4 changed files with 123 additions and 1 deletions

View file

@ -3,6 +3,7 @@
<Nav />
<Tabs />
<TPS v-if="showTPS" />
<GameOverScreen />
<portal-target name="modal-root" multiple />
</div>
</template>