Highscore_set_strings - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Sets the default text strings for the highscore dialog which is useful for when your game should use a different language.
Parameter | Data Type | Description |
---|---|---|
caption | string | caption of the dialog |
nobody | string | name of the player for empty highscore entries |
escape | string | text at the bottom indicating to press the escape key |
void: This function does not return anything.
// Example of using the function.
highscore_set_strings("Highscore Table", "No Entry!", "Press <ESC> to close this dialog.");
NOTOC