Highscore_set_background - hpgDesigns/hpgdesigns-dev.io GitHub Wiki

Description

Sets the background image for the highscore dialog to the given background.

Parameters

Parameter Data Type Description
back integer index of the background resource

Return Values

void: This function does not return anything.

Example Call

// demonstrates setting the background image of the highscore dialog
highscore_set_background(bg_scoretable);

NOTOC