Skip to content

Commit

Permalink
mockup: 背景圖更換
Browse files Browse the repository at this point in the history
  • Loading branch information
Parsons committed Sep 29, 2024
1 parent 1bbdd15 commit a3cc9c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Binary file modified src/assets/images/bg.webp
Binary file not shown.
12 changes: 6 additions & 6 deletions src/components/GameOverModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -249,14 +249,14 @@ const otherPlayers = computed(() => {
}
@keyframes animate-shine {
0% {
transform: rotate(0deg);
}
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
100% {
transform: rotate(360deg);
}
}
.game-over-modal-container {
position: relative;
Expand Down

0 comments on commit a3cc9c2

Please sign in to comment.