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:
parent
70d5d31aa5
commit
3597e11bbd
3 changed files with 76 additions and 6 deletions
|
@ -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++) {
|
||||
|
|
Reference in a new issue