cfo: Goon collision fixes. Fixes Trac #12
This commit is contained in:
parent
09976c0495
commit
d98e9992e2
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ class DistributedGoon(DistributedCrushableEntity.DistributedCrushableEntity, Goo
|
|||
self.cSphereBitMask = ToontownGlobals.WallBitmask
|
||||
self.cSphereNode.setCollideMask(self.cSphereBitMask)
|
||||
self.cSphere.setTangible(1)
|
||||
self.sSphere = CollisionSphere(0.0, 0.0, self.headHeight + 0.8, 0.2)
|
||||
self.sSphere = CollisionSphere(0.0, 0.0, self.headHeight + 0.8, 1.2)
|
||||
self.sSphereNode = CollisionNode('toonSphere')
|
||||
self.sSphereNode.addSolid(self.sSphere)
|
||||
self.sSphereNodePath = self.head.attachNewNode(self.sSphereNode)
|
||||
|
|
Loading…
Reference in a new issue