Undertale script viewer
← back to main script listing
gml_Object_obj_target_Step_0
(view raw script w/o annotations or w/e)
|
1
|
if (fade == 1)
|
|
2
|
{
|
|
3
|
image_alpha -= 0.08;
|
|
4
|
image_xscale -= 0.06;
|
|
5
|
x += 15.8;
|
|
6
|
}
|
|
7
|
if (image_xscale < 0.08)
|
|
8
|
instance_destroy();
|