Closed sehilyi closed 4 years ago
So, convert from one on the other before rendering. This enables simpler codes, removing if and else if statements for directions.
if
else if
Closing this issue, since it is hard to convert between the two in some cases:
e.g. six tracks, vertical direction, wrap === 3
So, convert from one on the other before rendering. This enables simpler codes, removing
if
andelse if
statements for directions.