Normand Briere
2019-04-28 f1c718cce66e5651a0dae91375db6ebfaded1a92
Globals.java
....@@ -1,12 +1,22 @@
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
+ static iCameraPane theRenderer;
75
8
- static int framecount = 0; // general-purpose global count
96 private static boolean LIVE = false;
7
+
8
+ static boolean CROWD = false;
9
+ static public int drawMode = iCameraPane.DEFAULT; // WARNING
10
+
11
+ static public boolean lighttouched = false;
12
+ static public boolean ANIMATION = false;
13
+ static public int imagecount = 0;
14
+ static public String filename;
15
+
16
+ static public boolean fromscript = false;
17
+ static public boolean fullreset = false;
18
+
19
+ static int framecount = 0; // general-purpose global count
1020 static boolean ONESTEP = false; // do LIVE once
1121
1222 public static boolean isLIVE()