Removed debug menu / Crash fix / Ship speed warp fix / String locale fix

This commit is contained in:
Anuken
2018-09-12 10:07:10 -04:00
parent b19f3ff8cf
commit d65beea179
10 changed files with 33 additions and 134 deletions

View File

@@ -89,7 +89,6 @@ public class Vars{
public static float fontScale;
//camera zoom displayed on startup
public static int baseCameraScale;
public static boolean console = false;
public static boolean showBlockDebug = false;
public static boolean showFog = true;
public static boolean headless = false;