🐾 Adds foot tracing and gui panel

This commit is contained in:
Rune Harlyk
2024-02-25 02:04:50 +01:00
committed by Rune Harlyk
parent 4c2fe9a044
commit f41d5a7949
7 changed files with 201 additions and 143 deletions
+2 -2
View File
@@ -7,9 +7,9 @@
<div class="flex justify-center items-center w-full h-full">
{#if $emulateModel}
<Model />
<Model />
{:else}
<Stream />
<Stream />
{/if}
<Controls />
</div>