AutotileLib

by Ter13
Fast, simple, abstract 47-state autojoining library
ID:2205531
 
Applies to:AutotileLib
Status: Open

Issue hasn't been assigned a status value.
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.