This commit is contained in:
Rike-Benjamin Schuppner 2024-08-31 14:26:11 +03:00
parent e2ea8547d8
commit 2b36bd712e

View file

@ -660,14 +660,14 @@ function Maze({ game_uuid, shape, walls, food, bots, team_names, say, whowins, g
{ {
gameover ? (<> gameover ? (<>
<text fontSize="100" className="gameover" <text fontSize="60" className="gameover"
x="50%" y="25%" x="50%" y="25%"
dominantBaseline="middle" dominantBaseline="middle"
textAnchor="middle" textAnchor="middle"
> >
GAME OVER GAME OVER
</text> </text>
<text fontSize="100" className="gameover" <text fontSize="60" className="gameover"
x="50%" y="75%" x="50%" y="75%"
dominantBaseline="middle" dominantBaseline="middle"
textAnchor="middle" textAnchor="middle"