修正game脚本

This commit is contained in:
RedisTKey 2026-01-11 20:40:18 +08:00
parent acf55ecc06
commit 2322e41a99
1 changed files with 3 additions and 4 deletions

View File

@ -1,8 +1,8 @@
extends Node2D
func _ready() -> void:
$ReedScene.switch_act_by_id(1)
#$L1_S1.switch_act_by_id(1)
#$L0_S0.switch_act_by_id(1)
$L1_S1.switch_act_by_id(1)
#$L1_S2.switch_act_by_id(1)
#$L1_S3.switch_act_by_id(1)
#$L1_S4.switch_act_by_id(1)
@ -10,6 +10,5 @@ func _ready() -> void:
#$L1_S6.switch_act_by_id(1)
#$L1_S7.switch_act_by_id(1)
#$L1_S8.switch_act_by_id(1)
$L1_S9.switch_act_by_id(1)
await get_tree().process_frame
get_tree().call_group(&"PLAYER_RESPAWN",&"respawn_avatar")