Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_board_scoreboard_Draw_0

(view raw script w/o annotations or w/e)
1
if (init == 0)
2
{
3
    if (i_ex(obj_ch3_gameshow))
4
        init = 1;
5
}
6
if (init == 1)
7
{
8
    draw_sprite_ext(sprite_index, image_index, x, y, image_xscale, image_yscale, image_angle, image_blend, image_alpha);
9
    draw_set_color(image_blend);
10
    draw_set_font(fnt_8bit);
11
    draw_set_halign(fa_right);
12
    draw_text(x + 94, y + 8, string(global.flag[1044 points]));
13
    draw_set_halign(fa_left);
14
    draw_text(x + 9, y + 8, "P");
15
}
16
draw_set_color(c_white);