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