How to make rigidbody2D faster?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Dava

I added a rigidbody2d, added sprite and collision and placed it somewhere in the window, but the rigidbody2d falls so slow, and when I make it bounce up with set_linear_velocity() it is just as slow, I tried set_gravity_scale() to see if I speeds things up, but it doesn’t

:bust_in_silhouette: Reply From: Footurist

Increasing gravity_scale does definitely make it fall faster. You must have some weird settings. Can you provide a screenshot and code?

I fixed it! I set the gravity_scale() too low, that’s why it was slow, sorry for the hold up!

Dava | 2018-03-23 17:05