Deltarune (Chapter 5) script viewer
← back to main script listing
gml_Object_obj_bullet_wheelspring_Create_0
(view raw script w/o annotations or w/e)
|
1
|
event_inherited();
|
|
2
|
image_xscale = 1;
|
|
3
|
image_yscale = 1;
|
|
4
|
parent = -4;
|
|
5
|
wobble = 0;
|
|
6
|
image_speed = 0;
|
|
7
|
destroyonhit = false;
|
|
8
|
delay = 45;
|
|
9
|
difficult = 0;
|
|
10
|
grazepoints = 6;
|
|
11
|
timepoints = 0.5;
|