Implemented bridge opacity from #1006

This commit is contained in:
Anuken
2020-01-08 16:16:19 -05:00
parent 7b4ee27fe4
commit a7cddf97b8
4 changed files with 17 additions and 7 deletions

View File

@@ -268,6 +268,7 @@ public class SettingsMenuDialog extends SettingsDialog{
}
return s + "%";
});
graphics.sliderPref("bridgeopacity", 75, 0, 100, 5, s -> s + "%");
if(!mobile){
graphics.checkPref("vsync", true, b -> Core.graphics.setVSync(b));