Replace show/switch button sprites
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 343 B |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 402 B |
|
@ -22,6 +22,8 @@
|
||||||
background-image: url('../assets/omori_show_button.png');
|
background-image: url('../assets/omori_show_button.png');
|
||||||
min-width: 6vh;
|
min-width: 6vh;
|
||||||
min-height: 6vh;
|
min-height: 6vh;
|
||||||
|
opacity: 0.6;
|
||||||
|
image-rendering: pixelated;
|
||||||
}
|
}
|
||||||
|
|
||||||
.switch-button {
|
.switch-button {
|
||||||
|
@ -36,6 +38,8 @@
|
||||||
background-image: url('../assets/omori_switch_button.png');
|
background-image: url('../assets/omori_switch_button.png');
|
||||||
min-width: 6vh;
|
min-width: 6vh;
|
||||||
min-height: 6vh;
|
min-height: 6vh;
|
||||||
|
opacity: 0.6;
|
||||||
|
image-rendering: pixelated;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fps-button {
|
.fps-button {
|
||||||
|
@ -76,6 +80,7 @@
|
||||||
background-position: center;
|
background-position: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
image-rendering: pixelated;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gamepad-bumper {
|
.gamepad-bumper {
|
||||||
|
@ -85,8 +90,9 @@
|
||||||
background-position: center;
|
background-position: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
min-width: 18vh;
|
min-width: 18.8vh;
|
||||||
min-height: 12vh;
|
min-height: 12vh;
|
||||||
|
image-rendering: pixelated;
|
||||||
}
|
}
|
||||||
|
|
||||||
.A {
|
.A {
|
||||||
|
@ -137,6 +143,7 @@
|
||||||
flex-flow: column nowrap;
|
flex-flow: column nowrap;
|
||||||
min-width: 42vh;
|
min-width: 42vh;
|
||||||
min-height: 42vh;
|
min-height: 42vh;
|
||||||
|
image-rendering: pixelated;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dpad-buttons-row {
|
.dpad-buttons-row {
|
||||||
|
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 343 B |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 402 B |
|
@ -22,6 +22,8 @@
|
||||||
background-image: url('../assets/omori_show_button.png');
|
background-image: url('../assets/omori_show_button.png');
|
||||||
min-width: 6vh;
|
min-width: 6vh;
|
||||||
min-height: 6vh;
|
min-height: 6vh;
|
||||||
|
opacity: 0.6;
|
||||||
|
image-rendering: pixelated;
|
||||||
}
|
}
|
||||||
|
|
||||||
.switch-button {
|
.switch-button {
|
||||||
|
@ -36,6 +38,8 @@
|
||||||
background-image: url('../assets/omori_switch_button.png');
|
background-image: url('../assets/omori_switch_button.png');
|
||||||
min-width: 6vh;
|
min-width: 6vh;
|
||||||
min-height: 6vh;
|
min-height: 6vh;
|
||||||
|
opacity: 0.6;
|
||||||
|
image-rendering: pixelated;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fps-button {
|
.fps-button {
|
||||||
|
@ -76,6 +80,7 @@
|
||||||
background-position: center;
|
background-position: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
image-rendering: pixelated;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gamepad-bumper {
|
.gamepad-bumper {
|
||||||
|
@ -85,8 +90,9 @@
|
||||||
background-position: center;
|
background-position: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
min-width: 18vh;
|
min-width: 18.8vh;
|
||||||
min-height: 12vh;
|
min-height: 12vh;
|
||||||
|
image-rendering: pixelated;
|
||||||
}
|
}
|
||||||
|
|
||||||
.A {
|
.A {
|
||||||
|
@ -137,6 +143,7 @@
|
||||||
flex-flow: column nowrap;
|
flex-flow: column nowrap;
|
||||||
min-width: 42vh;
|
min-width: 42vh;
|
||||||
min-height: 42vh;
|
min-height: 42vh;
|
||||||
|
image-rendering: pixelated;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dpad-buttons-row {
|
.dpad-buttons-row {
|
||||||
|
|