Shield optimization

This commit is contained in:
Anuken
2019-04-02 17:08:22 -04:00
parent 67a12eecad
commit d9692004cc
7 changed files with 67 additions and 27 deletions

View File

@@ -213,6 +213,7 @@ public class SettingsMenuDialog extends SettingsDialog{
graphics.checkPref("fps", false);
graphics.checkPref("indicators", true);
graphics.checkPref("animatedwater", false);
graphics.checkPref("animatedshields", false);
graphics.checkPref("lasers", true);
graphics.checkPref("pixelate", false);
}