Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_just_text_Draw_0

(view raw script w/o annotations or w/e)
1
draw_set_color(c_white);
2
draw_set_halign(fa_center);
3
draw_text(x, y, stringsetloc(
JUST!
"JUST!", "obj_just_text_slash_Draw_0_gml_3_0"
));
4
draw_set_halign(fa_left);
5
timer++;
6
if (timer == 31)
7
    instance_destroy();
8
if (!i_ex(obj_heart) || global.turntimer < 2)
9
    instance_destroy();