Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_shield_just_particle_Create_0

(view raw script w/o annotations or w/e)
1
spd = 4 + irandom(5);
2
image_xscale = random(0.3) + 0.4;
3
image_yscale = image_xscale;
4
image_blend = make_color_rgb(229, 208, 0);
5
sprite_index = spr_organ_enemy_particle3;
6
image_alpha = 0.2;