WIP canvas

This commit is contained in:
2024-05-19 01:20:10 +02:00
parent 10ca5e432f
commit caa54e6ece
8 changed files with 452 additions and 7 deletions
+1
View File
@@ -15,6 +15,7 @@ import goStore, { setReady } from "@/netcode";
<label for="ready">Ready</label>
</template>
</div>
<AnimatedBackground></AnimatedBackground>
<LoginView v-if="goStore.context === 'login'"></LoginView>
<GameBoard v-if="goStore.context != 'lobby' && goStore.context != 'login'"></GameBoard>
<LobbyView v-if="goStore.context == 'lobby'"></LobbyView>