Undertale script viewer

← back to main script listing

gml_Object_obj_statueplink_Create_0

(view raw script w/o annotations or w/e)
1
direction = 60 + random(60);
2
speed = 1 + random(2);
3
gravity_direction = 270;
4
gravity = 0.2;
5
image_alpha = 1;