Some controls tweaks

This commit is contained in:
OleSTEEP 2024-01-14 01:00:26 +03:00
parent a7d6c0355c
commit c07880876a

View file

@ -7,14 +7,14 @@
height: 50vh;
z-index: 1488;
opacity: 0.7;
opacity: 0.6;
}
.show-gamepad-button {
z-index: 1489;
position: absolute;
right: 1vh;
bottom: 1vh;
right: 3vh;
bottom: 3vh;
background-size: cover;
background-position: center;
justify-content: center;
@ -27,8 +27,8 @@
.switch-button {
z-index: 1489;
position: absolute;
left: 1vh;
bottom: 1vh;
left: 3vh;
bottom: 3vh;
background-size: cover;
background-position: center;
justify-content: center;
@ -48,7 +48,7 @@
}
.gamepad-buttons {
opacity: 0.9;
opacity: 0.6;
z-index: 1488;
position: absolute;
bottom: 16px;
@ -110,22 +110,24 @@
.LB {
background-image: url('../assets/omori_l_button.png');
opacity: 0.6;
left: 16px;
bottom: 56vh;
}
.RB {
background-image: url('../assets/omori_r_button.png');
opacity: 0.6;
right: 16px;
bottom: 56vh;
}
.dpad-buttons {
opacity: 0.9;
opacity: 0.6;
z-index: 1488;
position: absolute;
bottom: 16px;
left: 16px;
left: 32px;
background-size: cover;
background-position: center;
justify-content: center;
@ -149,7 +151,7 @@
position: relative;
width: 100%;
height: 100%;
opacity: 0.5;
opacity: 0.6;
}
.up {