Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_ch2_scene26_rockstarter_Draw_0

(view raw script w/o annotations or w/e)
1
if (smallrocks)
2
{
3
    draw_sprite_ext(spr_cutscene_26_rocks_bg_2, 0, x, y, image_xscale, image_yscale, 0, image_blend, 1);
4
    draw_sprite_ext(spr_cutscene_26_rocks_bg_2, 0, x + 320, y, image_xscale, image_yscale, 0, image_blend, 1);
5
    draw_sprite_ext(spr_cutscene_26_rocks_bg_2, 0, x, y + 240, image_xscale, image_yscale, 0, image_blend, 1);
6
    draw_sprite_ext(spr_cutscene_26_rocks_bg_2, 0, x + 320, y + 240, image_xscale, image_yscale, 0, image_blend, 1);
7
}
8
else
9
{
10
    draw_sprite(spr_cutscene_26_rocks_bg, 0, x, y);
11
}