mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
jor-el fix
This commit is contained in:
parent
989f3f89ef
commit
1cedf121b1
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@ from direct.directnotify import DirectNotifyGlobal
|
|||
from direct.distributed.DistributedObject import DistributedObject
|
||||
from direct.interval.IntervalGlobal import *
|
||||
from toontown.toon import ToonHead
|
||||
from toontown.toon import ToonDNA
|
||||
from toontown.nametag import NametagGroup
|
||||
from otp.otpbase import OTPGlobals
|
||||
|
||||
|
@ -19,7 +20,7 @@ class DistributedJorElCam(DistributedObject):
|
|||
self.dna.newToonRandom()
|
||||
self.head = ToonHead.ToonHead()
|
||||
self.head.setupHead(self.dna)
|
||||
self.head.reparentTo(self.cr.playGame.hood.loader)
|
||||
self.head.reparentTo(render)
|
||||
self.head.setPos(75, 0, 20)
|
||||
self.head.setHpr(90, 0, 0)
|
||||
self.head.setScale(10)
|
||||
|
|
Loading…
Reference in a new issue