Option to hide all objects

This commit is contained in:
yugecin
2016-09-30 23:11:43 +02:00
parent 722180d9ff
commit 5b264a5277
4 changed files with 29 additions and 7 deletions

View File

@@ -57,6 +57,7 @@ public class Dancer {
public static int rgbhueinc = 70; // this should really get its own place somewhere...
public static boolean cursoruselastobjectcolor = false;
public static MoverDirection moverDirection = MoverDirection.RANDOM;
public static boolean hideobjects = false;
private int dir;
private GameObject p;