cursor trail length override

This commit is contained in:
yugecin
2016-10-01 12:14:39 +02:00
parent c7538ef348
commit a7e1a2e32f
4 changed files with 28 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ public class Dancer {
public static int rgbcursorhueinc = 100; // this should really get its own place somewhere...
public static MoverDirection moverDirection = MoverDirection.RANDOM;
public static boolean hideobjects = false;
public static int cursortraillength = 20;
private int dir;
private GameObject d = new DummyObject();