Deltarune (Chapter 5) script viewer

← back to main script listing

gml_Object_obj_bullet_featherfall_Create_0

(view raw script w/o annotations or w/e)
1
event_inherited();
2
state = 0;
3
basex = x;
4
basey = y;
5
swing = random(2 * pi);
6
rate = 0.4;
7
v_speed = 0;
8
h_speed = 0;
9
arc = 75;
10
dist = 40;
11
image_xscale = 2;
12
image_yscale = 2;
13
image_alpha = 0;
14
damage = 92;
15
target = 4;
16
extrav = 0;
17
timepoints = 0.5;
18
grazepoints = 10;