Add shaders everywhere!

This commit is contained in:
2024-05-19 13:22:05 +02:00
parent 1fc3378083
commit 58d0e4a416
7 changed files with 59 additions and 35 deletions
-1
View File
@@ -15,7 +15,6 @@ 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>