Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_parallax_background_steamworks_34_Create_0

(view raw script w/o annotations or w/e)
1
image_speed = 0.1;
2
gradient_height = room_height / 1.05;
3
colors = [65535, make_color_rgb(255, 126, 2), make_color_rgb(237, 0, 143)];
4
info = sprite_get_info(3321);
5
image = spr_collisionbox;
6
info.width /= 2;
7
info.height = room_height;