Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_text_fighting_bonus_any_Draw_0

(view raw script w/o annotations or w/e)
1
draw_set_font(fnt_hachicro);
2
draw_set_color(c_color);
3
draw_set_halign(fa_center);
4
draw_set_valign(fa_top);
5
draw_text(obj_text_fighting_parent.x, obj_text_fighting_parent.y - disjoint_y, string_hash_to_newline(string(text)));