Feat : temporarily remove self background
This commit is contained in:
@@ -68,7 +68,7 @@ function showWinnerScreen() {
|
||||
<div id="current_player"
|
||||
:class="(goStore.current_game?.current_turn && (goStore.current_game?.current_turn === goStore.self?.team)) ? 'self' : ''">
|
||||
<PlayerSlot v-for="p in current_players" :player="p"></PlayerSlot>
|
||||
<AnimatedBackground></AnimatedBackground>
|
||||
<!-- <AnimatedBackground></AnimatedBackground> -->
|
||||
</div>
|
||||
</div>
|
||||
<ResultDialog :isVisible="showResults" :won="isWinner" :players="goStore.current_game?.players"
|
||||
@@ -96,7 +96,7 @@ function showWinnerScreen() {
|
||||
}
|
||||
|
||||
#current_player.self {
|
||||
background-image: url('/images/bg-grass.png');
|
||||
/* background-image: url('/images/bg-grass.png'); */
|
||||
}
|
||||
|
||||
#market {
|
||||
|
||||
Reference in New Issue
Block a user