diff --git a/EntryPoint.gd b/EntryPoint.gd deleted file mode 100644 index 7d95049a..00000000 --- a/EntryPoint.gd +++ /dev/null @@ -1,8 +0,0 @@ - -class_name EntryPoint -extends Marker2D - -@export var direction := heroine.Direction.RIGHT - -func _ready() -> void: - add_to_group("entry_points")