Undertale script viewer

← back to main script listing

gml_Object_obj_cherrypetal_Create_0

(view raw script w/o annotations or w/e)
1
gravity_direction = 330 + random(20);
2
gravity = 0.03;
3
vspeed = 0.1 + random(0.8);
4
if (x > 400)
5
    instance_destroy();
6
image_angle = random(360);
7
angspeed = 3 + random(6);