game_change_scene
game_change_sceneSwitch the active scene in a running Godot game to any specified scene file.
Instructions
Switch to a different scene file in the running game
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scenePath | Yes | Resource path to the scene (e.g., "res://scenes/levels/level2.tscn") |