shun126 / UE5-DungeonGeneratorDemo

Unleash Limitless Dungeon Exploration with Unreal Engine 5's Plugin. Create custom rulesets and generate efficiently for a unique and immersive experience.
https://www.fab.com/ja/listings/11fce4d9-8996-4323-9aac-9cfacbfb95eb
MIT License
30 stars 6 forks source link

Allow room margins to specify less than 1. #23

Closed shun126 closed 5 months ago

shun126 commented 5 months ago

The room margins are required to be 2 or more, but this should be supported so that dungeons can be created with margins of 1 or less. 部屋の余白は2以上であることを要求しているが、これを1以下でもダンジョンを生成できるように対応する。

shun126 commented 5 months ago

The smallest room margin can be set to 1. I verified no margin, but decided against supporting it because there are situations where it is not possible to create a passage when a room is enclosed.