Let's reorder those to go clockwise around the compass
(and match the set of cardinals in yohoho that I want to replace with this) git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@728 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
@@ -109,5 +109,5 @@ public interface DirectionCodes
|
|||||||
public static final int FINE_DIRECTION_COUNT = 16;
|
public static final int FINE_DIRECTION_COUNT = 16;
|
||||||
|
|
||||||
/** The four points of the compass. */
|
/** The four points of the compass. */
|
||||||
public static final int[] CARDINAL_DIRECTIONS = { NORTH, SOUTH, EAST, WEST };
|
public static final int[] CARDINAL_DIRECTIONS = { NORTH, EAST, SOUTH, WEST };
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user