Normand Briere
2019-05-13 f924d3e00db476c06f55f3d5aaef307e17575340
Globals.java
....@@ -1,12 +1,25 @@
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 = 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
+
11
+ static boolean CROWD = false;
12
+ static public int drawMode = iCameraPane.DEFAULT; // WARNING
13
+
14
+ static public boolean lighttouched = false;
15
+ static public boolean ANIMATION = false;
16
+ static public int imagecount = 0;
17
+ static public String filename;
18
+
19
+ static public boolean fromscript = false;
20
+ static public boolean fullreset = false;
21
+
22
+ static int framecount = 0; // general-purpose global count
1023 static boolean ONESTEP = false; // do LIVE once
1124
1225 public static boolean isLIVE()