- add "opponentLeft" boolean in endGame()
Site
    - update end game screen
    - fix red point on live chat after a game
This commit is contained in:
Kum1ta
2024-09-29 14:31:33 +02:00
parent 24fe748130
commit 76cf5d0585
5 changed files with 42 additions and 22 deletions

View File

@ -6,7 +6,7 @@
/* By: edbernar <edbernar@student.42angouleme. +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/08/20 11:23:41 by edbernar #+# #+# */
/* Updated: 2024/09/29 01:11:55 by edbernar ### ########.fr */
/* Updated: 2024/09/29 13:28:28 by edbernar ### ########.fr */
/* */
/* ************************************************************************** */
@ -238,15 +238,18 @@ body {
#endGameText {
font-size: 100px;
color: white;
text-align: center;
}
#endGameScore {
font-size: 75px;
color: white;
text-align: center;
}
#endGameSimpleText {
font-size: 25px;
color: white;
text-align: center;
margin-top: 50px;
}