8 lines
243 B
GDScript
8 lines
243 B
GDScript
# TODO: better name
|
|
@abstract class_name Waypoint extends Resource
|
|
|
|
|
|
## The coordinates at which the player will spawn.
|
|
@export var spawn_coordinates: Vector2i
|
|
## The room configuration with which to enter.
|
|
@export var room_config: RoomConfig
|