Пример #1
0
 def update(self):
     if self.cover_help.isshowstate():
         self.wait = -1
     PushSpaceStart.update(self)
Пример #2
0
 def __init__(self):
     PushSpaceStart.__init__(self)
     self.opaque = 0
     self.speed = 3
Пример #3
0
    def __init__(self, cover_help):
        PushSpaceStart.__init__(self)

        self.wait = sys.maxint
        self.cover_help = cover_help