2026-01-06 11:58:41 +08:00
|
|
|
extends Node2D
|
|
|
|
|
|
|
|
|
|
func _ready() -> void:
|
2026-01-11 20:40:18 +08:00
|
|
|
#$L0_S0.switch_act_by_id(1)
|
|
|
|
|
$L1_S1.switch_act_by_id(1)
|
2026-01-10 14:04:34 +08:00
|
|
|
#$L1_S2.switch_act_by_id(1)
|
2026-01-09 18:43:45 +08:00
|
|
|
#$L1_S3.switch_act_by_id(1)
|
2026-01-09 16:32:26 +08:00
|
|
|
#$L1_S4.switch_act_by_id(1)
|
2026-01-09 15:29:21 +08:00
|
|
|
#$L1_S5.switch_act_by_id(1)
|
2026-01-10 16:44:47 +08:00
|
|
|
#$L1_S6.switch_act_by_id(1)
|
2026-01-10 17:36:16 +08:00
|
|
|
#$L1_S7.switch_act_by_id(1)
|
2026-01-11 19:40:01 +08:00
|
|
|
#$L1_S8.switch_act_by_id(1)
|
2026-01-11 20:40:18 +08:00
|
|
|
await get_tree().process_frame
|
2026-01-08 14:15:38 +08:00
|
|
|
get_tree().call_group(&"PLAYER_RESPAWN",&"respawn_avatar")
|