Double-Fine-Game-Club / pongball

Pongball is a team based multiplayer game blending pong and pinball.
https://forums.doublefine.com/forum/80-pongball/
MIT License
11 stars 17 forks source link

Spinner collision only once per second, and hangs vertically. #183

Closed fragmental closed 7 years ago

fragmental commented 7 years ago

Added some code that keeps the spinner from being contacted by the ball, more than once per second.

I also added some code that lowers the center of mass of the spinner rigid body, by 0.1 on the y axis, which prevents the spinner from being stuck horizontally.

Cheeseness commented 7 years ago

Thanks!