get_title_screen
Retrieve RPG Maker MZ title screen settings, including background layer names, background music, and whether to draw the game title text over the artwork.
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 | |||