might as well merge bloom

This commit is contained in:
Anuken
2019-07-27 16:16:22 -04:00
13 changed files with 668 additions and 0 deletions

View File

@@ -235,6 +235,7 @@ public class SettingsMenuDialog extends SettingsDialog{
graphics.checkPref("indicators", true);
graphics.checkPref("animatedwater", false);
graphics.checkPref("animatedshields", !mobile);
graphics.checkPref("bloom", false, val -> renderer.toggleBloom(val));
graphics.checkPref("lasers", true);
graphics.checkPref("pixelate", false);