- add vr support
    - add gamepad support and vr controller (only in vr for that)
This commit is contained in:
Kum1ta
2024-10-05 01:09:29 +02:00
parent 7f5cf36eb7
commit 0200a360e9
5 changed files with 191 additions and 39 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 13:28:28 by edbernar ### ########.fr */
/* Updated: 2024/10/04 17:35:50 by edbernar ### ########.fr */
/* */
/* ************************************************************************** */
@ -252,4 +252,16 @@ body {
color: white;
text-align: center;
margin-top: 50px;
}
#newButtonVr {
position: absolute;
left: 10px;
top: 55px;
width: 152px;
height: 40px;
z-index: 900;
padding: 0;
color: white;
background-color: rgba(0, 0, 0, 0.367);
}