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

Fix points in paths #1

Open
mminer237 opened this issue May 29, 2024 · 0 comments
Open

Fix points in paths #1

mminer237 opened this issue May 29, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@mminer237
Copy link
Owner

Currently if you add a "point" like an iron rod or a stone in the middle of described a tract, it will end the current path it's drawing and start over after drawing the point. It doesn't actually draw a path until it's finished, so essentially the first half won't get drawn them. It will just just from the beginning to the point and continue from there.

I think the easiest fix is to stop drawing the points in the "steps" queue. It needs to still be in there to get the right location, but I think just changing that step to an action to push it to a separate point queue would be best. Then draw all the points after drawing all the paths. That would also make points drawn over the tracts, which I am ambivalent about, but at least it's consistent and probably the most visually-pleasing.

@mminer237 mminer237 self-assigned this May 29, 2024
@mminer237 mminer237 added the bug Something isn't working label Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant