add option for mirrorcollage

This commit is contained in:
yugecin
2016-09-29 23:29:20 +02:00
parent 0d89c2612d
commit 7f908db6e7
4 changed files with 30 additions and 9 deletions

View File

@@ -50,6 +50,8 @@ public class Dancer {
public static Dancer instance = new Dancer();
public static boolean mirror; // this should really get its own place somewhere...
private int dir;
private GameObject p;
private Random rand;