Normand Briere
2019-06-09 79d0f9a45d36656051a77a7b0837aa0318f81ee5
Globals.java
....@@ -1,12 +1,26 @@
11
22 public class Globals
33 {
4
-static boolean CROWD = false;
5
- static public int drawMode = iCameraPane.DEFAULT; // WARNING
6
- static public boolean lighttouched = false; // WARNING
4
+ public static boolean ADVANCED = true; //false;
5
+
6
+ static iCameraPane theRenderer;
77
8
- static int framecount = 0; // general-purpose global count
98 private static boolean LIVE = false;
9
+ public static boolean RENDERSHADOW = true;
10
+ public static boolean FREEZEONMOVE = false; // true;
11
+
12
+ static boolean CROWD = false;
13
+ static public int drawMode = iCameraPane.DEFAULT; // WARNING
14
+
15
+ static public boolean lighttouched = false;
16
+ static public boolean ANIMATION = false;
17
+ static public int imagecount = 0;
18
+ static public String filename;
19
+
20
+ static public boolean fromscript = false;
21
+ static public boolean fullreset = false;
22
+
23
+ static int framecount = 0; // general-purpose global count
1024 static boolean ONESTEP = false; // do LIVE once
1125
1226 public static boolean isLIVE()