Deltarune (Chapter 2) script viewer
← back to main script listing
gml_Object_obj_berdly_wire_Create_0
(view raw script w/o annotations or w/e)
|
1
|
con = -1;
|
|
2
|
sinerx = 0;
|
|
3
|
sinery = 0;
|
|
4
|
siner0 = 0;
|
|
5
|
siner_add0 = 0.1;
|
|
6
|
siner_amplitude0 = 0;
|
|
7
|
siner_direction0 = 0;
|
|
8
|
siner1 = 0;
|
|
9
|
siner_add1 = 0.1;
|
|
10
|
siner_amplitude1 = 5;
|
|
11
|
siner_direction1 = 90;
|
|
12
|
image_speed = 0.25;
|
|
13
|
shakecon = 0;
|
|
14
|
shake_loop = false;
|