예제 #1
0
파일: misc.py 프로젝트: bitcraft/pyweek14
 def __init__(self):
     GameObject.__init__(self)
     self.time = 300000
     self.warned = 0
     self.isAlive = True
예제 #2
0
 def __init__(self, avatar, builders=None, **kwargs):
     GameObject.__init__(self, avatar, **kwargs)
     self.actionBuilders = builders
예제 #3
0
 def __init__(self):
     GameObject.__init__(self)
     self.ttl = 60
     self.time = 0