Merge remote-tracking branch 'origin/feat/switch-assets' into feat-shader-background
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user