TMX Maps editor's "Replacement" tab is now called "Testing" and has more

tools.
This commit is contained in:
Zukero
2018-03-04 15:39:30 +01:00
parent b12ed1802f
commit 38c206cbaf
2 changed files with 34 additions and 8 deletions

View File

@@ -399,6 +399,7 @@ public class TMXMap extends GameDataElement {
return GROUND_LAYER_NAME.equalsIgnoreCase(name) ||
OBJECTS_LAYER_NAME.equalsIgnoreCase(name) ||
ABOVE_LAYER_NAME.equalsIgnoreCase(name) ||
TOP_LAYER_NAME.equalsIgnoreCase(name) ||
WALKABLE_LAYER_NAME.equalsIgnoreCase(name);
}