.. | .. |
---|
1 | 1 | |
---|
2 | 2 | public class Globals |
---|
3 | 3 | { |
---|
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; |
---|
7 | 7 | |
---|
8 | | - static int framecount = 0; // general-purpose global count |
---|
9 | 8 | 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 |
---|
10 | 22 | static boolean ONESTEP = false; // do LIVE once |
---|
11 | 23 | |
---|
12 | 24 | public static boolean isLIVE() |
---|