You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Either on target, next to target or, possibly, arbitrary distance to target. This has important consequences to pathfinding, or more properly, to filling ActionQueue: If action can only be performed on top of target, then pathfinding needs to guide all the way to target square. If action can be performed from the square next to target, only seek to that square, etc.
The text was updated successfully, but these errors were encountered:
Either on target, next to target or, possibly, arbitrary distance to target. This has important consequences to pathfinding, or more properly, to filling ActionQueue: If action can only be performed on top of target, then pathfinding needs to guide all the way to target square. If action can be performed from the square next to target, only seek to that square, etc.
The text was updated successfully, but these errors were encountered: