.. | .. |
---|
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 | + static iCameraPane theRenderer; |
---|
7 | 5 | |
---|
8 | | - static int framecount = 0; // general-purpose global count |
---|
9 | 6 | 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 |
---|
10 | 20 | static boolean ONESTEP = false; // do LIVE once |
---|
11 | 21 | |
---|
12 | 22 | public static boolean isLIVE() |
---|