9 lines
151 B
GDScript
9 lines
151 B
GDScript
#1111
|
|
class_name EntryPoint
|
|
extends Marker2D
|
|
|
|
@export var direction := heroine.Direction.RIGHT
|
|
|
|
func _ready() -> void:
|
|
add_to_group("entry_points")
|