-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Paragon board location can't be set adjacent to starting board #32
Comments
Unfortunately that's unlikely to change, at least in the immediate future. Allowing pathing down below the starting board would mean I'd need to handle the "origin" board positions in a completely different manner. In the vast majority of scenarios you can avoid this issue by rotating your boards and aiming your exit gate up instead of down. |
One related issue is that once you've attached a Paragon board and it changed its location, and finally decide you don't want to use that board, you can't move it back to the "unused" position (besides the Start board). So you're forced to move it to an away location to not interfere with your active boards. |
You can do this by clicking the arrows to reposition and entering 0 (or any other invalid grid location). I added a note about this to the grid positioning prompt, as this feature has been around for ages but it wasn't exactly obvious. |
Scenario:
After exiting the starting board, I place a board above it at position [2]. From this board I exit to the right to position [3]. If this third board has a bottom exit gate, I cannot position a board below position [3] (aka directly to the right of the starting board) to accurately simulate this visually. It seems the board grid locations might need to be expanded to account for this, unless there's something in-game that prevents this positioning.
The text was updated successfully, but these errors were encountered: