Globals.java
.. .. @@ -1,13 +1,15 @@ 1 1 2 2 public class Globals 3 3 { 4 - public static boolean DEBUG = false;5 4 public static boolean ADVANCED = false; 5 + public static boolean DEBUG = false;6 6 7 7 static iCameraPane theRenderer; 8 8 9 9 private static boolean LIVE = false; 10 10 11 + // Option to set saturation to 1 when choosing a color first12 + public static boolean AUTOSATURATE = true;11 13 public static boolean MINSHADER = false; 12 14 public static boolean COMPUTESHADOWWHENLIVE = true; 13 15 public static boolean RENDERSHADOW = true;