2026-01-06 11:58:41 +08:00
|
|
|
extends Node2D
|
|
|
|
|
|
|
|
|
|
func _ready() -> void:
|
2026-01-09 15:29:21 +08:00
|
|
|
#$L1_S1.switch_act_by_id(1)
|
|
|
|
|
#$L1_S2.switch_act_by_id(1)
|
2026-01-09 16:32:26 +08:00
|
|
|
$L1_S3.switch_act_by_id(1)
|
|
|
|
|
#$L1_S4.switch_act_by_id(1)
|
2026-01-09 15:29:21 +08:00
|
|
|
#$L1_S5.switch_act_by_id(1)
|
2026-01-08 14:15:38 +08:00
|
|
|
get_tree().call_group(&"PLAYER_RESPAWN",&"respawn_avatar")
|