diff --git a/EntryPoint.gd b/EntryPoint.gd new file mode 100644 index 00000000..0e5137f4 --- /dev/null +++ b/EntryPoint.gd @@ -0,0 +1,8 @@ +#实现场景切换后的人物出生点 +class_name EntryPoint +extends Marker2D + +@export var direction := heroine.Direction.RIGHT + +func _ready() -> void: + add_to_group("entry_points")