10-24-2009, 09:22 PM
He's referring to the ability to set up map 'tiles' so you can move 1 to 4 directions at a time. Like setting a LADDER tile to only permit up/down movement.
Ergo, you would disable the left and right passage flags on that tile so it would look:
You would have to have it set up in your 'tileset editor' system to use.
Code:
like this...
^
< X >
v
Ergo, you would disable the left and right passage flags on that tile so it would look:
Code:
like this...
^
X
v
You would have to have it set up in your 'tileset editor' system to use.