예제 #1
0
 def startSky(self):
     self.sky.setTransparency(TransparencyAttrib.MDual, 1)
     self.notify.debug('The sky is: %s' % self.sky)
     if not self.sky.getTag('sky') == 'Regular':
         self.endSpookySky()
     
     SkyUtil.startCloudSky(self)
예제 #2
0
    def startSky(self):

        # we have the wrong sky; load in the regular sky
        if not (self.sky.getTag("sky") == "Regular"):
            self.endSpookySky()

        SkyUtil.startCloudSky(self)
예제 #3
0
 def startSky(self):
     self.sky.setTransparency(TransparencyAttrib.MDual, 1)
     self.notify.debug('The sky is: %s' % self.sky)
     if not self.sky.getTag('sky') == 'Regular':
         self.endSpookySky()
     
     SkyUtil.startCloudSky(self)
예제 #4
0
 def startSky(self):
     if not self.sky.getTag('sky') == 'Regular':
         self.endSpookySky()
     
     SkyUtil.startCloudSky(self)
     if base.cloudPlatformsEnabled:
         self.loader.startCloudPlatforms()
예제 #5
0
 def startSky(self):
     if not self.sky.getTag('sky') == 'Regular':
         self.startSpookySky()
         return
     SkyUtil.startCloudSky(self)
     if base.cloudPlatformsEnabled:
         self.loader.startCloudPlatforms()
예제 #6
0
    def startSky(self):

        # we have the wrong sky; load in the regular sky
        if not (self.sky.getTag("sky") == "Regular"):
            self.endSpookySky()

        SkyUtil.startCloudSky(self)
        if base.cloudPlatformsEnabled:
            self.loader.startCloudPlatforms()
예제 #7
0
    def startSky(self):
        #fade the sky in
        self.sky.setTransparency(TransparencyAttrib.MDual, 1)

        self.notify.debug("The sky is: %s" % self.sky)

        # we have the wrong sky; load in the regular sky
        if not (self.sky.getTag("sky") == "Regular"):
            self.endSpookySky()

        SkyUtil.startCloudSky(self)
예제 #8
0
 def startSky(self):
     SkyUtil.startCloudSky(self)
예제 #9
0
 def startSky(self):
     if not self.sky.getTag('sky') == 'Regular':
         self.endSpookySky()
     SkyUtil.startCloudSky(self)
예제 #10
0
 def startSky(self):
     if not self.sky.getTag('sky') == 'Regular':
         self.endSpookySky()
     SkyUtil.startCloudSky(self)
예제 #11
0
 def startSky(self):
     SkyUtil.startCloudSky(self)
예제 #12
0
    def startSky(self):
        if not self.sky.getTag("sky") == "Regular":
            self.endSpookySky()

        SkyUtil.startCloudSky(self)
예제 #13
0
파일: TFHood.py 프로젝트: perpi06/ttoffline
 def setMorning(self):
     base.cr.playGame.hood.sky.setTransparency(1)
     SkyUtil.startCloudSky(self)
     self.sky.setTransparency(TransparencyAttrib.MDual, 1)
     self.sky.setScale(3)
예제 #14
0
 def startSpookySky(self):
     SkyUtil.startCloudSky(self)
예제 #15
0
 def startSky(self):
     self.notify.debug('The sky is: %s' % self.sky)
     if self.sky:
         if not self.sky.getTag('sky') == 'Regular':
             self.endSpookySky()
     SkyUtil.startCloudSky(self)