Deltarune (Chapter 3) script viewer
← back to main script listing
gml_Object_obj_shutta_palm_outoftree_Create_0
(view raw script w/o annotations or w/e)
|
1
|
timer = 0;
|
|
2
|
con = 0;
|
|
3
|
side = 0;
|
|
4
|
angle = 0;
|
|
5
|
type = 0;
|
|
6
|
creatorid = -1;
|
|
7
|
goodphoto = false;
|
|
8
|
visible = false;
|
|
9
|
image_xscale = 1.5;
|
|
10
|
image_yscale = 1.5;
|
|
11
|
image_speed = 0;
|
|
12
|
x1 = x;
|
|
13
|
y1 = y;
|
|
14
|
x2 = x;
|
|
15
|
y2 = y;
|