Undertale script viewer

← back to main script listing

gml_Object_obj_stagecloud_Create_0

(view raw script w/o annotations or w/e)
1
friction = 0.1;
2
hspeed = 2 + random(2);
3
image_xscale = 2;
4
image_yscale = 2;
5
image_alpha = 0.1;
6
timer = 0;