Improved pathfinding

This commit is contained in:
Anuken
2017-05-03 11:52:54 -04:00
parent c374073e6f
commit 0719223146
8 changed files with 50 additions and 31 deletions

View File

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