mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:35:34 +00:00
Draw room connections
This commit is contained in:
parent
bbdba6ae6d
commit
1e6c7e7f4e
2 changed files with 47 additions and 0 deletions
|
|
@ -74,6 +74,8 @@ public partial class RogueliteRoomManager : Node2D
|
|||
|
||||
private List<Vector2I> _mainPath = new();
|
||||
private List<RoomConnection> _connections = new();
|
||||
|
||||
public List<RoomConnection> Connections => _connections;
|
||||
|
||||
private void GenerateStraightLineDungeon()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue