Merge remote-tracking branch 'origin/feat/switch-assets' into feat-shader-background

This commit is contained in:
2024-05-19 18:49:34 +02:00
143 changed files with 383 additions and 5 deletions
+2
View File
@@ -41,6 +41,7 @@ watch(
})
const showResults = ref(false)
const showOptions = ref(false)
const isWinner = ref(false)
function showLoserScreen() {
@@ -78,6 +79,7 @@ function showWinnerScreen() {
<ResultDialog :isVisible="showResults" :won="isWinner" :players="goStore.current_game?.players"
@close="showResults = false">
</ResultDialog>
<GlobalOverlay></GlobalOverlay>
<SelfView></SelfView>
</template>