删除 EntryPoint.gd

This commit is contained in:
bmq 2024-12-22 13:51:12 +00:00
parent 14368e7fa4
commit 83d4e996c0

View File

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