Skip to content

20240615-1.6.0

Compare
Choose a tag to compare
@shun126 shun126 released this 16 Jun 04:13
· 12 commits to main since this release

Changes

  • Vertical and horizontal grid size can be set individually
  • Random numbers in DungeonRoomSensorBase can be selected between synchronous and asynchronous
  • Add start and end sublevels to MissionGraph
  • Add information on whether a passage is a main line or a detour
  • Improved complexity algorithm and generation stability of corridors
  • Fixed several bugs

変更点

  • グリッドサイズの垂直サイズと水平サイズを個別に設定可能
  • DungeonRoomSensorBaseの乱数を同期と非同期から選択可能
  • MissionGraphに開始と終了のサブレベルを対応
  • 通路に幹線か迂回か情報を追加
  • 通路の複雑性アルゴリズムと生成の安定性が改善