Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_spearblocker_Other_11

(view raw script w/o annotations or w/e)
1
repeat (3)
2
{
3
    part = instance_create(x + lengthdir_x(36, (image_angle - 30) + irandom(60)), y + lengthdir_y(36, (image_angle - 30) + irandom(60)), obj_shield_just_particle);
4
    part.depth = depth - 1;
5
    part.direction = idealdir;
6
}