option to never draw background

This commit is contained in:
yugecin
2016-09-30 09:35:21 +02:00
parent e5d7f0f159
commit 73754e9c7d
4 changed files with 30 additions and 12 deletions

View File

@@ -53,6 +53,7 @@ public class Dancer {
public static boolean mirror; // this should really get its own place somewhere...
public static boolean drawApproach; // this should really get its own place somewhere...
public static boolean rgbobj; // this should really get its own place somewhere...
public static boolean removebg; // this should really get its own place somewhere...
private int dir;
private GameObject p;