Added a maze map

This commit is contained in:
Anuken
2017-05-03 12:09:59 -04:00
parent 0719223146
commit ccdd23fe6c
4 changed files with 7 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ public class Vars{
public static float breaktime = 0;
public static final String[] maps = {"delta", "canyon", "pit", "test"};
public static final String[] maps = {"delta", "canyon", "pit", "maze"};
public static Pixmap[] mapPixmaps;
public static Texture[] mapTextures;
public static int worldsize = 128;