tile-names: teach GUI how to load images for dyn-numbered tiles

(this only handles the main view, it does not do anything for the overlay view)
This commit is contained in:
Jason Long 2014-06-16 21:08:04 -04:00
parent 70d5d31aa5
commit 3597e11bbd
3 changed files with 76 additions and 6 deletions

View file

@ -102,6 +102,11 @@ public class Tiles
}
}
public static int getTileCount()
{
return tiles.length;
}
static void checkTiles()
{
for (int i = 0; i < tiles.length; i++) {