Lower default settings for improved FPS

This commit is contained in:
ayunami2000 2022-08-25 10:14:51 -04:00
parent 1524d46f26
commit 0aebddc654
3 changed files with 17976 additions and 17970 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -22,13 +22,13 @@ public class GameSettings {
public float soundVolume = 1.0F;
public float mouseSensitivity = 0.5F;
public boolean invertMouse = false;
public int renderDistance = 1;
public int renderDistance = 2;
public boolean viewBobbing = true;
public boolean anaglyph = false;
/** Advanced OpenGL */
public boolean advancedOpengl = false;
public int limitFramerate = 1;
public int limitFramerate = 0;
public boolean fancyGraphics = false;
public boolean enableFog = true;