add loopable room bool to room config
This commit is contained in:
parent
fc81f396e0
commit
34118d5151
1 changed files with 1 additions and 0 deletions
|
|
@ -3,5 +3,6 @@
|
|||
|
||||
#@export var size: Vector2i = Vector2i.ZERO
|
||||
@export var follow_player: bool = true
|
||||
@export var loopable: bool = false
|
||||
|
||||
@export var camera_position: Vector2i = Vector2i.ZERO
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue