7 lines
162 B
Plaintext
7 lines
162 B
Plaintext
|
draw_self();
|
||
|
|
||
|
draw_set_color(c_orange);
|
||
|
draw_set_font(fn_libserif);
|
||
|
draw_text(100,600,string_hash_to_newline("High score: " + string(highscore_value(1))));
|
||
|
|