add camera options to room_config
This commit is contained in:
parent
68cf5ea4df
commit
5a9d8d221d
1 changed files with 4 additions and 1 deletions
|
|
@ -1,4 +1,7 @@
|
|||
class_name RoomConfig extends Resource
|
||||
@tool class_name RoomConfig extends Resource
|
||||
|
||||
|
||||
@export var size: Vector2i = Vector2i.ZERO
|
||||
@export var follow_player: bool = true
|
||||
|
||||
@export var camera_position: Vector2i = Vector2i.ZERO
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue