Deltarune (Chapter 3) script viewer
← back to main script listing
gml_Object_obj_shutta_pipehand_Create_0
(view raw script w/o annotations or w/e)
|
1
|
timer = 0;
|
|
2
|
con = 0;
|
|
3
|
type = 0;
|
|
4
|
visible = false;
|
|
5
|
image_xscale = 1.5;
|
|
6
|
image_yscale = 1.5;
|
|
7
|
creatorid = -1;
|
|
8
|
expand = 0;
|
|
9
|
expandtimer = 0;
|
|
10
|
compress = 0;
|
|
11
|
compresstimer = 0;
|
|
12
|
goodshot = false;
|
|
13
|
target_pipe = -1;
|