Undertale script viewer

← back to main script listing

gml_Object_obj_glassshard_Create_0

(view raw script w/o annotations or w/e)
1
direction = random(70) - 30;
2
speed = 4;
3
gravity = 0.05;
4
friction = 0.15;
5
image_angle = random(360);