Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_bullet_knight_slash_Create_0

(view raw script w/o annotations or w/e)
1
event_inherited();
2
timer = 0;
3
arcpos = 0;
4
arc_y = y;
5
force_arc = false;
6
destroyonhit = 0;
7
for (var a = 0; a < 11; a++)
8
{
9
    afterimage_x[a] = x;
10
    afterimage_y[a] = y;
11
}
12
image_xscale = 2;
13
image_yscale = 6;
14
image_alpha = 0.25;