game_change_scene
Switch the current running game scene to a new scene file specified by its resource path. Use this to change levels or screens dynamically during gameplay.
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") |