highscore_set_border - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Sets whether the border for the highscore dialog is visible or not.
Parameter | Data Type | Description |
---|---|---|
show | boolean | whether or not the border is visible |
void: This function does not return anything.
// demonstrates hiding the border of the highscore dialog
highscore_set_border(false);
NOTOC