move the pet model down a bit

so it's closer to TTO.
This commit is contained in:
John Cote 2015-07-22 02:27:51 -04:00
parent c5af613514
commit baeb2f38f4

View file

@ -270,7 +270,7 @@ class PetAvatarPanel(AvatarPanel.AvatarPanel):
def __fillPetInfo(self, avatar):
self.notify.debug('__fillPetInfo(): doId=%s' % avatar.doId)
self.petView = self.frame.attachNewNode('petView')
self.petView.setPos(0, 0, 5.4)
self.petView.setPos(0, 0, 5)
if hasattr(avatar, 'announceGenerate'):
avatar.announceGenerate()
self.petModel = Pet.Pet(forGui=1)