Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_darkruins_fog_manager_yellow_Create_0

(view raw script w/o annotations or w/e)
1
image_xstart = 0;
2
image_ystart = 0;
3
image_xtotal = image_xstart;
4
image_ytotal = image_ystart;
5
image_xspeed = 0.5;
6
image_yspeed = 0.5;
7
image_xscale_default = 1;
8
image_yscale_default = 1;
9
image_xscale = image_xscale_default;
10
image_yscale = image_yscale_default;
11
image_color = 16777215;
12
image_alpha_default = 0.2;
13
image_alpha = image_alpha_default;
14
depth = -room_height * 2;