Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_bell_spin_attack_Draw_0

(view raw script w/o annotations or w/e)
1
draw_self();
2
with (obj_bell_enemy)
3
    draw_monster_body_part(idlesprite, 1, x + (sin(animsiner / 6) * 2), y);