Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_flowey_rooftop_big_Step_0

(view raw script w/o annotations or w/e)
1
image_xscale = image_xscale_base
2
image_yscale = image_yscale_base
3
image_xscale += random_range(-0.05, 0.05)
4
image_yscale += random_range(-0.05, 0.05)