Advertisement
Benji23245

Untitled

Oct 11th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. if (co2->Speed.x < 11.47) co2->PhysicsData.FloorGrip = 2.0;
  2. if (co2->Speed.x >= 11.47) co2->PhysicsData.FloorGrip = 2.5;
  3. if (co2->Speed.x >= 17.47) co2->PhysicsData.FloorGrip = 3.0;
  4. if (co2->Speed.x >= 22.47) co2->PhysicsData.FloorGrip = 3.5;
  5. if (co2->Speed.x >= 28.47) co2->PhysicsData.FloorGrip = 4.0;
  6. if (co2->Speed.x >= 35.47) co2->PhysicsData.FloorGrip = 5.0;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement