Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_susiezilla_player_hitbox_Other_10

(view raw script w/o annotations or w/e)
1
var _anim = instance_create(x + (obj_susiezilla.image_xscale * 20), y - 30, obj_animation);
2
_anim.sprite_index = spr_susiezilla_impact;
3
_anim.image_xscale = choose(-2, 2);
4
_anim.image_yscale = choose(-2, 2);
5
_anim.image_angle = irandom(3) * 90;
6
_anim.image_speed = 0.5;
7
_anim.depth = obj_susiezilla.depth - 20;
8
if (slideAttack && obj_susiezilla.hitstun == 0)
9
    obj_susiezilla.hitstun = 1;