sBatterySpark
0
-1
-154
0
<undefined>
<undefined>
1
603
7
0
0
-1
2
self
0
0
1
image_xscale = 1.75;
image_yscale = 1.75;
image_speed = 1;
sfx_play(sndCoreXPhase);
1
603
7
0
0
-1
2
self
0
0
1
if(instance_exists(oCoreXShell)) {
x = oCoreXShell.x;
y = oCoreXShell.y;
if (image_alpha > 0) {
image_alpha -= 0.0166;
} else instance_destroy();
}
1
603
7
0
0
-1
2
self
0
0
1
image_angle = random(360);
1
603
7
0
0
-1
2
self
0
0
1
draw_set_blend_mode(bm_add);
draw_sprite_ext(sprite_index, -1, x, y, image_xscale, image_yscale, image_angle, image_blend, image_alpha);
draw_sprite_ext(sprite_index, -1, x, y, image_xscale, image_yscale, image_angle, image_blend, image_alpha/4);
draw_set_blend_mode(bm_normal);
0
0
0
0.5
0.100000001490116
0
0.100000001490116
0.100000001490116
0.200000002980232
-1
-1