Implemented NaN screen

This commit is contained in:
thepaperpilot 2021-06-16 00:36:13 -05:00
parent 0836550abe
commit 69b1fff796
8 changed files with 145 additions and 15 deletions

View file

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