xiandie/EntryPoint.gd

9 lines
151 B
GDScript3
Raw Normal View History

2024-12-22 13:53:15 +00:00
#1111
2024-12-22 13:35:32 +00:00
class_name EntryPoint
extends Marker2D
@export var direction := heroine.Direction.RIGHT
func _ready() -> void:
add_to_group("entry_points")