made bowling balls yet less 'jumpy'
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2721 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
57e4d1e12c
commit
5e597253e7
@ -50,7 +50,7 @@ Bowling::Bowling(Kart *kart) : Flyable(kart, POWERUP_BOWLING, 50.0f /* mass */)
|
||||
|
||||
createPhysics(y_offset, btVector3(0.0f, m_speed*2, 0.0f),
|
||||
new btSphereShape(0.5f*m_extend.getY()),
|
||||
-20.0f /*gravity*/,
|
||||
-70.0f /*gravity*/,
|
||||
true /*rotates*/);
|
||||
|
||||
// Do not adjust the z velociy depending on height above terrain, since
|
||||
|
Loading…
Reference in New Issue
Block a user