highscore_set_colors(back,new,other)
Jump to navigation
Jump to search
Description
Sets the color palette for the highscore dialog and entries to the score table.
Parameters
Parameter | Data Type | Description |
---|---|---|
back | integer | the background color |
new | integer | the color for new entries in the table |
other | integer | the color for the other entries in the table |
Return Values
void: This function does not return anything.
Example Call
// demonstrates setting the colors of the highscore table
highscore_set_colors(c_blue, c_yellow, c_white);