Fixed comment; the same prefix is used for normal-height and low walls.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3698 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -46,12 +46,12 @@ public class ObjectTileSet extends SwissArmyTileSet
|
|||||||
/** A constraint indicating that the object must be placed on a surface. */
|
/** A constraint indicating that the object must be placed on a surface. */
|
||||||
public static final String ON_SURFACE = "ON_SURFACE";
|
public static final String ON_SURFACE = "ON_SURFACE";
|
||||||
|
|
||||||
/** A constraint prefix indicating that the object is a normal-height wall
|
/** A constraint prefix indicating that the object is a wall facing the
|
||||||
* facing the suffixed direction (N, E, S, or W). */
|
* suffixed direction (N, E, S, or W). */
|
||||||
public static final String WALL = "WALL_";
|
public static final String WALL = "WALL_";
|
||||||
|
|
||||||
/** A constraint prefix indicating that the object must be placed on a
|
/** A constraint prefix indicating that the object must be placed on a
|
||||||
* normal-height wall facing the suffixed direction (N, E, S, or W). */
|
* wall facing the suffixed direction (N, E, S, or W). */
|
||||||
public static final String ON_WALL = "ON_WALL_";
|
public static final String ON_WALL = "ON_WALL_";
|
||||||
|
|
||||||
/** A constraint prefix indicating that the object must be attached to a
|
/** A constraint prefix indicating that the object must be attached to a
|
||||||
|
|||||||
Reference in New Issue
Block a user