xiandie/EntryPoint.gd
2024-12-22 21:42:21 +08:00

9 lines
146 B
GDScript

class_name EntryPoint
extends Marker2D
@export var direction := heroine.Direction.RIGHT
func _ready() -> void:
add_to_group("entry_points")