godot-plateformer/_game/scenes/scripts/s_l1_s1.gd

6 lines
111 B
GDScript3
Raw Normal View History

2026-01-02 18:37:09 +08:00
extends SceneManager
func _on_coin_collected(collector: Node2D) -> void:
_act_manager.switch_act_with_id(1)