Undertale script viewer
← back to main script listing
gml_Object_obj_beachdebris_Create_0
(
view raw script w/o annotations or w/e
)
1
gravity = 0.6;
2
direction = 20 + random(140);
3
friction = 0.06;
4
speed = 4;