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))); |