Methods
# show(config) → {undefined}
Shows the default title screen system based the supplied config.
Parameters:
Name | Type | Description |
---|---|---|
config |
Object |
undefined
Example
let config = {
"backgroundImage": "startscreen.png",
"titleScreenMusic": "intro.ogg"
};
await titleScreen.show(config);