add basic waypoint resource
This commit is contained in:
parent
e579887b33
commit
f6cf980ac5
2 changed files with 9 additions and 0 deletions
8
resources/waypoint.gd
Normal file
8
resources/waypoint.gd
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
# TODO: better name
|
||||||
|
class_name Waypoint
|
||||||
|
extends Resource
|
||||||
|
|
||||||
|
|
||||||
|
#@export var from_scene: PackedScene
|
||||||
|
@export var to_scene: PackedScene
|
||||||
|
@export var spawn_coordinates: Vector2i
|
||||||
1
resources/waypoint.gd.uid
Normal file
1
resources/waypoint.gd.uid
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
uid://cbj1m2pm266x1
|
||||||
Loading…
Add table
Reference in a new issue