You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ray collisions are done in the top level world, and are handled by the Ray class in engine.collision. All of the restitution math takes place in the collide() method in the world. Sorry I'm not being more thorough, I've run out of time.
Known Bugs: The player dissapears when it is hit by a grenade's blast.