Duo range buff + graphite ammo buff
This commit is contained in:
@@ -400,7 +400,7 @@ public class SettingsMenuDialog extends BaseDialog{
|
||||
|
||||
graphics.sliderPref("unitlaseropacity", 100, 0, 100, 5, s -> s + "%");
|
||||
graphics.sliderPref("bridgeopacity", 100, 0, 100, 5, s -> s + "%");
|
||||
|
||||
|
||||
graphics.sliderPref("maxmagnificationmultiplierpercent", 100, 100, 200, 25, s -> {
|
||||
if(ui.settings != null){
|
||||
Core.settings.put("maxzoomingamemultiplier", (float)s / 100.0f);
|
||||
@@ -468,7 +468,6 @@ public class SettingsMenuDialog extends BaseDialog{
|
||||
graphics.checkPref("drawlight", true);
|
||||
graphics.checkPref("destroyedblocks", true);
|
||||
graphics.checkPref("blockstatus", false);
|
||||
graphics.checkPref("displayselection", true);
|
||||
graphics.checkPref("playerchat", true);
|
||||
if(!mobile){
|
||||
graphics.checkPref("coreitems", true);
|
||||
|
||||
Reference in New Issue
Block a user