It would be useful to allow users to override the default flag structure of:
NORTH = 1
SOUTH = 2
EAST = 4
WEST = 8
NORTHEAST = 16
SOUTHEAST = 32
SOUTHWEST = 64
NORTHWEST = 128
With their own custom flag structure.
Unfortunately, this requires a total overhaul of the autotile generator as well as separating the joining logic from the built-in direction constants.
In retrospect, choosing to use them in the first place was a bad idea. Thanks DM.
ID:2205531
Jan 27 2017, 12:47 pm
|
|||||||
| |||||||