Replace show/switch button sprites
This commit is contained in:
parent
d03ed6bb70
commit
d16611d8ec
6 changed files with 16 additions and 2 deletions
Binary file not shown.
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 343 B |
Binary file not shown.
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 402 B |
|
@ -22,6 +22,8 @@
|
|||
background-image: url('../assets/omori_show_button.png');
|
||||
min-width: 6vh;
|
||||
min-height: 6vh;
|
||||
opacity: 0.6;
|
||||
image-rendering: pixelated;
|
||||
}
|
||||
|
||||
.switch-button {
|
||||
|
@ -36,6 +38,8 @@
|
|||
background-image: url('../assets/omori_switch_button.png');
|
||||
min-width: 6vh;
|
||||
min-height: 6vh;
|
||||
opacity: 0.6;
|
||||
image-rendering: pixelated;
|
||||
}
|
||||
|
||||
.fps-button {
|
||||
|
@ -76,6 +80,7 @@
|
|||
background-position: center;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
image-rendering: pixelated;
|
||||
}
|
||||
|
||||
.gamepad-bumper {
|
||||
|
@ -85,8 +90,9 @@
|
|||
background-position: center;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
min-width: 18vh;
|
||||
min-width: 18.8vh;
|
||||
min-height: 12vh;
|
||||
image-rendering: pixelated;
|
||||
}
|
||||
|
||||
.A {
|
||||
|
@ -137,6 +143,7 @@
|
|||
flex-flow: column nowrap;
|
||||
min-width: 42vh;
|
||||
min-height: 42vh;
|
||||
image-rendering: pixelated;
|
||||
}
|
||||
|
||||
.dpad-buttons-row {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue