godot-plateformer/_game/game.gd

7 lines
129 B
GDScript3
Raw Normal View History

2026-01-06 11:58:41 +08:00
extends Node2D
func _ready() -> void:
2026-01-08 15:53:30 +08:00
$L1_S1.switch_act_by_id(1)
get_tree().call_group(&"PLAYER_RESPAWN",&"respawn_avatar")