diff --git a/components/GameLobby.tsx b/components/GameLobby.tsx index 552afb2..8660e20 100644 --- a/components/GameLobby.tsx +++ b/components/GameLobby.tsx @@ -122,7 +122,7 @@ const GameLobby = ({ user, onCreateRoom, onLogout }: GameLobbyProps) => { const [isQuickMatchOpen, setIsQuickMatchOpen] = useState(false); const [settings, setSettings] = useState({ standardFilter: true, - bgmVolume: 50, + bgmVolume: 20, effectVolume: 50, bgmType: "acoustic", autoReady: false,