Deltarune script viewer

← back to main script listing

gml_Object_obj_closing_block_right_Draw_0

(view raw script w/o annotations or w/e)
1
draw_self()
2
if (state == 0)
3
    draw_sprite_ext(spr_sparks, image_index, (x + 10), y, 1, 1, 270, c_white, 1)
4
if (state == 0)
5
    draw_sprite_ext(spr_sparks, image_index, (x + 10), (y + 480), 1, -1, 90, c_white, 1)
6
image_index += 1