ludum-dare-42/ld42/objects/obj_title/Draw_0.gml

7 lines
162 B
Plaintext
Raw Normal View History

2021-06-16 23:13:19 -07:00
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))));