cookie966507 / Rangers

VGDev Spring 2016 Multiplayer Game
0 stars 16 forks source link

Bouncy #9

Closed taylor1355 closed 8 years ago

cookie966507 commented 8 years ago

What does bouncy do/how does it differ than ricochet?

taylor1355 commented 8 years ago

It makes players (or any other rigidbodies that collide with it) bounce. It adds a force perpendicular to the orientation of the platform, so it will also make ricochet arrows bounce a bit higher.

cookie966507 commented 8 years ago

Oh awesome. That's cool. I'll merge it soon