Globals.java
.. .. @@ -1,9 +1,17 @@ 1 1 2 2 public class Globals 3 3 { 4 + public static boolean ADVANCED = true; //false;5 +4 6 static iCameraPane theRenderer; 5 7 6 8 private static boolean LIVE = false; 9 + public static boolean RENDERSHADOW = true;10 +11 + public static boolean MOUSEDRAGGED = false;12 +13 + // Hold on calculation when moving camera14 + public static boolean FREEZEONMOVE = false; // true;7 15 8 16 static boolean CROWD = false; 9 17 static public int drawMode = iCameraPane.DEFAULT; // WARNING