Undertale script viewer

← back to main script listing

gml_Object_obj_fader_Create_0

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