ide-create-new-scene
Create a new scene file for a Phaser game. This generates the file with the correct extension; afterwards, add the scene to the game instance.
Instructions
Create a new scene file. This tool only creates a new scene. If the user wants to show the scene in the game then the user has to add the scene first to the game instance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the scene file. It is not a full name, just the name. The extension will be added automatically. |