test
This commit is contained in:
parent
66707d596d
commit
d378bd57dd
8
EntryPoint.gd
Normal file
8
EntryPoint.gd
Normal file
@ -0,0 +1,8 @@
|
||||
#实现场景切换后的人物出生点
|
||||
class_name EntryPoint
|
||||
extends Marker2D
|
||||
|
||||
@export var direction := heroine.Direction.RIGHT
|
||||
|
||||
func _ready() -> void:
|
||||
add_to_group("entry_points")
|
Loading…
Reference in New Issue
Block a user