Undertale script viewer

← back to main script listing

gml_Object_obj_introfader_Create_0

(view raw script w/o annotations or w/e)
1
image_xscale = room_width;
2
image_yscale = 70;
3
action_move_to(obj_introimage.x, obj_introimage.y);
4
image_alpha = 0;
5
tspeed = 0.1;
6
over = 0;