Deltarune (Chapter 2) script viewer
← back to main script listing
gml_Object_obj_rouxls_power_up_orb_Create_0
(view raw script w/o annotations or w/e)
|
1
|
init = 0;
|
|
2
|
image_alpha = 0;
|
|
3
|
lifetime = 30;
|
|
4
|
xx = x;
|
|
5
|
yy = y;
|
|
6
|
timer = 0;
|
|
7
|
radius = 5;
|
|
8
|
parenttarget = -1;
|
|
9
|
thin = 0;
|
|
10
|
_type = 0;
|
|
11
|
track_target = -4;
|
|
12
|
xoff = 0;
|
|
13
|
yoff = 0;
|
|
14
|
max_radius = 6;
|
|
15
|
distance_multiplier = 1;
|