-
Notifications
You must be signed in to change notification settings - Fork 0
Draw_highscore
hpgDesigns edited this page Aug 8, 2021
·
1 revision
Draws the highscore table in the current room stretched to fill the given rectangle using the currently set font.
| Parameter | Data Type | Description |
|---|---|---|
| x1 | integer | x coordinate of the top-left corner of the highscore area |
| y1 | integer | y coordinate |
| x2 | integer | x coordinate of the bottom-right corner of the highscore area |
| y2 | integer | y coordinate |
void: This function does not return anything.
// demonstrates drawing the highscore table in the top-left corner of the room
draw_highscore(5, 5, 105, 135);
NOTOC
This is number 1