Skip to content
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

Add a button to cycle through possible rail blocks #48

Open
mayant15 opened this issue Aug 25, 2019 · 0 comments
Open

Add a button to cycle through possible rail blocks #48

mayant15 opened this issue Aug 25, 2019 · 0 comments
Labels
Type: Improvement Request for or addition/enhancement of a feature

Comments

@mayant15
Copy link
Contributor

mayant15 commented Aug 25, 2019

The priority system in RailBlockFamily's getClosestMatch function picks any rotation of the block with the highest priority from the set of possible blocks. We could add a hotkey (say e) or add a feature to the wrench which rotates a placed track or replaces it with a block of lower priority, allowing players to manually choose which blocks they want to place.

One way to do it would be to just follow the getClosestMatch function and run it again, going lower than the track already placed.

@mayant15 mayant15 added the Type: Improvement Request for or addition/enhancement of a feature label Aug 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Improvement Request for or addition/enhancement of a feature
Projects
None yet
Development

No branches or pull requests

1 participant