Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_verlet_integration_Create_0

(view raw script w/o annotations or w/e)
1
bounce = 0.9;
2
p_gravity = 0.5;
3
p_friction = 0.999;
4
precision = 1;
5
rope_sprite = 3581;
6
global.debug_render_path = false;
7
points = [];
8
sticks = [];