Undertale script viewer

← back to main script listing

gml_Object_obj_frypan_impact_Step_0

(view raw script w/o annotations or w/e)
1
image_angle += ang;
2
if (form == 0)
3
    size += 0.3;
4
if (size > 2.8)
5
{
6
    if (instance_exists(obj_shaker) == 0)
7
        instance_create(0, 0, obj_shaker);
8
    form = 1;
9
}
10
if (form == 1)
11
{
12
    size -= 0.6;
13
    image_alpha -= 0.2;
14
}
15
image_xscale = size;
16
image_yscale = size;
17
siner += 1;