Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_petal_Step_0

(view raw script w/o annotations or w/e)
1
if (y > (room_height + sprite_height))
2
    instance_destroy()
3
image_yscale = sin(current_time / modifier * rotation_speed)
4
x += trajectory
5
y += weight