Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_podium_Draw_0

(view raw script w/o annotations or w/e)
1
draw_self();
2
draw_set_color(c_white);
3
draw_set_font(fnt_main);
4
draw_text(x + 25, y + 32, string_hash_to_newline(podiumletter[0]));
5
draw_text(x + 41, y + 28, string_hash_to_newline(podiumletter[1]));
6
draw_text(x + 53, y + 22, string_hash_to_newline(podiumletter[2]));