girlwillneversingagain/classes/waypoint/waypoint_abstract.gd

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