Undertale script viewer

← back to main script listing

gml_Object_obj_unfader_Create_0

(view raw script w/o annotations or w/e)
1
image_xscale = room_width * 2;
2
image_yscale = room_height;
3
action_move_to(0, 0);
4
image_alpha = 0;
5
tspeed = 0.08;
6
over = 0;