Rename LB/RB buttons

This commit is contained in:
OleSTEEP 2024-01-23 17:59:57 +03:00
parent 6d94757ffd
commit 111f7b6980
6 changed files with 4 additions and 4 deletions

View file

Before

Width:  |  Height:  |  Size: 666 B

After

Width:  |  Height:  |  Size: 666 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 684 B

After

Width:  |  Height:  |  Size: 684 B

Before After
Before After

View file

@ -109,14 +109,14 @@
}
.LB {
background-image: url('../assets/omori_l_button.png');
background-image: url('../assets/omori_lb_button.png');
opacity: 0.6;
left: 16px;
bottom: 56vh;
}
.RB {
background-image: url('../assets/omori_r_button.png');
background-image: url('../assets/omori_rb_button.png');
opacity: 0.6;
right: 16px;
bottom: 56vh;