mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
TWEAK: Adjusted SBHQ Camera position.
This commit is contained in:
parent
5ee2c86eab
commit
7abbbf0ffb
1 changed files with 2 additions and 6 deletions
|
@ -92,14 +92,10 @@ class SellbotCogHQLoader(CogHQLoader.CogHQLoader):
|
|||
door.flattenMedium()
|
||||
cogSign.removeNode()
|
||||
self.geom.flattenMedium()
|
||||
self.botcam1 = Actor("phase_9/models/char/BotCam-zero.bam",{"botcamneutral":"phase_9/models/char/BotCam-neutral.bam"})
|
||||
self.botcam2 = Actor("phase_9/models/char/BotCam-zero.bam",{"botcamneutral":"phase_9/models/char/BotCam-neutral.bam"})
|
||||
self.botcam1 = Actor("phase_9/models/char/BotCam-zero.bam",{"botcamneutral":"phase_9/models/char/BotCam-neutral.bam"})tral.bam"})
|
||||
self.botcam1.reparentTo(self.geom)
|
||||
self.botcam1.setPos(-28,-40.3,15)
|
||||
self.botcam1.setPos(-0.01,-39.3,24)
|
||||
self.botcam1.loop('botcamneutral')
|
||||
self.botcam2.reparentTo(self.geom)
|
||||
self.botcam2.setPos(28,-40.3,15)
|
||||
self.botcam2.loop('botcamneutral')
|
||||
elif zoneId == ToontownGlobals.SellbotFactoryExt:
|
||||
self.geom = loader.loadModel(self.factoryExteriorModelPath)
|
||||
factoryLinkTunnel = self.geom.find('**/tunnel_group2')
|
||||
|
|
Loading…
Reference in a new issue