Deltarune (Chapter 5) script viewer

← back to main script listing

gml_Object_obj_bullet_knife_Draw_0

(view raw script w/o annotations or w/e)
1
if (sprite_index == spr_attack_knifechain_spin)
2
    draw_sprite_ext(sprite_index, image_index, x, y, image_xscale, image_yscale, 0, image_blend, image_alpha);
3
else
4
    draw_self();