diff --git a/frontend/components/game-avatar.vue b/frontend/components/game-avatar.vue index 400ee2b..155d681 100644 --- a/frontend/components/game-avatar.vue +++ b/frontend/components/game-avatar.vue @@ -71,7 +71,7 @@ }); // round 為 false: 等待中,round 為 true 遊戲中 - const round = true; + const round = false; diff --git a/frontend/public/ready.png b/frontend/public/ready.png new file mode 100644 index 0000000..67e63eb Binary files /dev/null and b/frontend/public/ready.png differ