Deltarune (Chapter 3) script viewer
← back to main script listing
gml_Object_obj_bounce_land_Create_0
(view raw script w/o annotations or w/e)
|
1
|
timer = 0;
|
|
2
|
init = 0;
|
|
3
|
target = -1;
|
|
4
|
start_xscale = 1;
|
|
5
|
start_yscale = 1;
|
|
6
|
original_origin_x = 0;
|
|
7
|
original_origin_y = 0;
|
|
8
|
x2 = 0;
|
|
9
|
y2 = 0;
|
|
10
|
strength = 1;
|