mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 11:15:33 +00:00
Cell ofssets
This commit is contained in:
parent
1e6c7e7f4e
commit
13ac8e4f2f
5 changed files with 136 additions and 17 deletions
|
|
@ -125,7 +125,7 @@ public partial class RogueliteRoomManager : Node2D
|
|||
nextPos += new Vector2I(0, exit);
|
||||
|
||||
_connections.Add(new RoomConnection(currentPos, nextPos));
|
||||
|
||||
//+ new Vector2I(0, roomToSpawn.Size.Y -1)
|
||||
// Reset X offset
|
||||
//nextPos = new Vector2I(0, nextPos.Y);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue