Game
- add ping on multi online
This commit is contained in:
@ -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;
|
||||
}
|
Reference in New Issue
Block a user