- add ping on multi online
This commit is contained in:
Kum1ta
2024-09-28 21:47:09 +02:00
parent 05b7c5b0b9
commit ed66c52be0
5 changed files with 65 additions and 17 deletions

View File

@ -6,7 +6,7 @@
/* By: edbernar <edbernar@student.42angouleme. +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/08/20 11:23:41 by edbernar #+# #+# */
/* Updated: 2024/09/27 21:59:51 by edbernar ### ########.fr */
/* Updated: 2024/09/28 21:38:24 by edbernar ### ########.fr */
/* */
/* ************************************************************************** */
@ -189,4 +189,18 @@ body {
-webkit-user-select: none;
-ms-user-select: none;
touch-action: none;
}
.pingDiv {
position: absolute;
top: 100px;
left: 100px;
font-size: 20px;
color: white;
z-index: 800;
}
#ping {
font-size: 20px;
color: white;
}