small fiw
This commit is contained in:
parent
d38e35b092
commit
8b1607ba6a
|
@ -28,7 +28,7 @@ int main()
|
|||
Vector2 old = ropes[i];
|
||||
|
||||
if (!IsKeyDown(KEY_SPACE))
|
||||
forces[i].y += 9.8*100*GetFrameTime();
|
||||
forces[i].y += 9.8*69*GetFrameTime();
|
||||
|
||||
ropes[i] = Vector2Add(ropes[i], forces[i]);
|
||||
|
||||
|
|
Loading…
Reference in New Issue