This commit is contained in:
Anuken
2019-04-02 15:52:44 -04:00
parent 37999e0870
commit 67a12eecad
27 changed files with 106 additions and 8 deletions

View File

@@ -214,6 +214,7 @@ public class SettingsMenuDialog extends SettingsDialog{
graphics.checkPref("indicators", true);
graphics.checkPref("animatedwater", false);
graphics.checkPref("lasers", true);
graphics.checkPref("pixelate", false);
}
private void back(){

View File

@@ -166,9 +166,10 @@ public class HudFragment extends Fragment{
IntFormat fps = new IntFormat("fps");
IntFormat ping = new IntFormat("ping");
info.label(() -> ping.get(Net.getPing())).visible(Net::client).right();
info.label(() -> ping.get(Net.getPing())).visible(Net::client).left();
info.row();
info.label(() -> fps.get(Core.graphics.getFramesPerSecond())).right();
info.label(() -> fps.get(Core.graphics.getFramesPerSecond())).left();
});
//spawner warning