Add shaders everywhere!
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user