get_title_screen
Retrieve title screen settings including background layers, background music, and title text overlay for RPG Maker MZ projects.
Instructions
Get the title screen settings: title1Name/title2Name (background layers, from list_assets("titles1"/"titles2") — title2Name draws over title1Name), titleBgm (the AudioFile that plays while it is shown), and drawTitle (whether the game title text is drawn over the art).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||