Map size and camera bounds
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
class_name MapLayout extends Resource
|
||||
|
||||
@export var size: Vector2i = Vector2i.ZERO
|
||||
@export var rooms: Array[Room]
|
||||
## Openings are stored as a flat array of pairs: [from1, to1, from2, to2, ...].
|
||||
## Each consecutive pair of Vector2i values represents a bidirectional doorway
|
||||
|
||||
Reference in New Issue
Block a user