mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
move the pet model down a bit
so it's closer to TTO.
This commit is contained in:
parent
c5af613514
commit
baeb2f38f4
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue