Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_background_feisty_four_yellow_Draw_0

(view raw script w/o annotations or w/e)
1
for (i = 0; i <= 1; i++)
2
{
3
    for (j = 0; j <= 1; j++)
4
        draw_sprite_ext(sprite_card[i], 0, pos_card_x[i][j], pos_card_y[i][j], xscale[i], 1, 0, c_white, image_alpha)
5
}
6
for (i = 0; i <= 1; i++)
7
{
8
    for (j = 0; j <= 1; j++)
9
    {
10
        for (k = i; k <= max_suit_total; k += 2)
11
            draw_sprite_clip_ext(sprite_suit[i], 0, (pos_suit_x[j] + k * dist_suit_x + dj_suit_x * dj_sign_x), pos_suit_y[j], xscale[i], 1, c_white, image_alpha, suit_bnd_x[0], 0, suit_bnd_diff_x, 480)
12
    }
13
}