Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_minigame_score_Draw_0

(view raw script w/o annotations or w/e)
1
draw_set_color(c_yellow);
2
draw_set_font(fnt_mainbig);
3
draw_set_alpha(image_alpha);
4
draw_text(x, y, stringsetloc(
COMBO
"COMBO", "obj_minigame_score_slash_Draw_0_gml_4_0"
));
5
draw_set_color(c_white);
6
draw_set_alpha(1);