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

Allow wall intersections #293

Closed
analog-cbarber opened this issue Nov 4, 2024 · 1 comment · Fixed by #294
Closed

Allow wall intersections #293

analog-cbarber opened this issue Nov 4, 2024 · 1 comment · Fixed by #294

Comments

@analog-cbarber
Copy link

When constructing worlds, you have to carefully lay out your dimensions to prevent walls from nearby rooms and hallways collide. But really you only want to make sure that the walls don't intersect the interiors of other rooms. It would make it easier to lay out room plans if you allowed walls to intersect each other as long as they don't encroach on the interiors.

@sea-bass
Copy link
Owner

sea-bass commented Nov 6, 2024

This is a fair ask -- here's the change: #294

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants