font
This commit is contained in:
parent
e2ea8547d8
commit
2b36bd712e
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue