Esempio n. 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)
Esempio n. 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)
Esempio n. 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)
 def startSky(self):
     if not self.sky.getTag('sky') == 'Regular':
         self.endSpookySky()
     
     SkyUtil.startCloudSky(self)
     if base.cloudPlatformsEnabled:
         self.loader.startCloudPlatforms()
Esempio n. 5
0
 def startSky(self):
     if not self.sky.getTag('sky') == 'Regular':
         self.startSpookySky()
         return
     SkyUtil.startCloudSky(self)
     if base.cloudPlatformsEnabled:
         self.loader.startCloudPlatforms()
Esempio n. 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()
Esempio n. 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)
Esempio n. 8
0
 def startSky(self):
     SkyUtil.startCloudSky(self)
 def startSky(self):
     if not self.sky.getTag('sky') == 'Regular':
         self.endSpookySky()
     SkyUtil.startCloudSky(self)
Esempio n. 10
0
 def startSky(self):
     if not self.sky.getTag('sky') == 'Regular':
         self.endSpookySky()
     SkyUtil.startCloudSky(self)
Esempio n. 11
0
 def startSky(self):
     SkyUtil.startCloudSky(self)
Esempio n. 12
0
    def startSky(self):
        if not self.sky.getTag("sky") == "Regular":
            self.endSpookySky()

        SkyUtil.startCloudSky(self)
Esempio n. 13
0
 def setMorning(self):
     base.cr.playGame.hood.sky.setTransparency(1)
     SkyUtil.startCloudSky(self)
     self.sky.setTransparency(TransparencyAttrib.MDual, 1)
     self.sky.setScale(3)
Esempio n. 14
0
 def startSpookySky(self):
     SkyUtil.startCloudSky(self)
Esempio n. 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)