Overwrites character’s victory background. Can be assigned to a 480x270px custom sprite using
sprite_get( sprite ) Reference→or set to one of the ▼ following indexes
Argument | Type | Description |
---|---|---|
bg | :real | Victory background index or custom sprite ID |
Example, called from load.gml:
set_victory_bg( sprite_get( "custom" ));