Deltarune (Chapter 3) script viewer
← back to main script listing
gml_Object_obj_susiezilla_missile_Create_0
(view raw script w/o annotations or w/e)
|
1
|
con = 0;
|
|
2
|
homing = false;
|
|
3
|
timer = 0;
|
|
4
|
acceleration = 10;
|
|
5
|
marker = 0;
|
|
6
|
scr_depth_pivot();
|
|
7
|
tracker = false;
|
|
8
|
target_x = 0;
|
|
9
|
target_y = 0;
|