diff --git a/www.eng/js/porting/assets/omori_show_button.png b/www.eng/js/porting/assets/omori_show_button.png index 256e654..cb1e1f7 100644 Binary files a/www.eng/js/porting/assets/omori_show_button.png and b/www.eng/js/porting/assets/omori_show_button.png differ diff --git a/www.eng/js/porting/assets/omori_switch_button.png b/www.eng/js/porting/assets/omori_switch_button.png index 352bd88..bdb3af5 100644 Binary files a/www.eng/js/porting/assets/omori_switch_button.png and b/www.eng/js/porting/assets/omori_switch_button.png differ diff --git a/www.eng/js/porting/css/controls.css b/www.eng/js/porting/css/controls.css index 86807d6..1debe9a 100644 --- a/www.eng/js/porting/css/controls.css +++ b/www.eng/js/porting/css/controls.css @@ -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 { diff --git a/www.rus/js/porting/assets/omori_show_button.png b/www.rus/js/porting/assets/omori_show_button.png index 256e654..cb1e1f7 100644 Binary files a/www.rus/js/porting/assets/omori_show_button.png and b/www.rus/js/porting/assets/omori_show_button.png differ diff --git a/www.rus/js/porting/assets/omori_switch_button.png b/www.rus/js/porting/assets/omori_switch_button.png index 352bd88..bdb3af5 100644 Binary files a/www.rus/js/porting/assets/omori_switch_button.png and b/www.rus/js/porting/assets/omori_switch_button.png differ diff --git a/www.rus/js/porting/css/controls.css b/www.rus/js/porting/css/controls.css index 86807d6..1debe9a 100644 --- a/www.rus/js/porting/css/controls.css +++ b/www.rus/js/porting/css/controls.css @@ -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 {