Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_organ_enemy_particle_Create_0

(view raw script w/o annotations or w/e)
1
xs = 0;
2
ys = -6 - irandom(10);
3
image_xscale = random(0.8) + 0.2;
4
image_yscale = image_xscale;
5
image_blend = make_color_rgb(229, 208, 0);
6
sprite_index = spr_organ_enemy_particle3;
7
image_alpha = 0.2;