Game
- add vr support - add gamepad support and vr controller (only in vr for that)
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/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);
|
||||
}
|
Reference in New Issue
Block a user