Deltarune (Chapter Select) script viewer

← back to main script listing

gml_Object_obj_screen_loading_Draw_0

(view raw script w/o annotations or w/e)
1
if (!_init)
2
    exit;
3
draw_set_font(_font);
4
draw_set_halign(fa_center);
5
draw_set_color(c_white);
6
draw_text_transformed(room_width / 2, (room_height / 2) - 16, _initialize_text, 1, 1, 0);
7
draw_set_halign(fa_left);