Package com.mygdx.utils
Class TileMapCells
java.lang.Object
com.mygdx.utils.TileMapCells
public final class TileMapCells
extends java.lang.Object
The id of tiles in the tiled map that should be considered an obstetrical or not
will need to be changed when the tiled map is changed dramatically
-
Field Summary
Fields Modifier and Type Field Description static intOBSTACLEstatic floatOBSTACLE_COSTstatic intPASSABLE -
Constructor Summary
Constructors Constructor Description TileMapCells() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
OBSTACLE
public static int OBSTACLE -
PASSABLE
public static int PASSABLE -
OBSTACLE_COST
public static float OBSTACLE_COST
-
-
Constructor Details
-
TileMapCells
public TileMapCells()
-