コード例 #1
0
ファイル: lost_one.py プロジェクト: tseaver/curveship
 def __init__(self, tag, **keywords):
     self.visitor_places = []
     self.visitor_moved = []
     self.distance = 0
     self.distance_filter = distance_filter
     self.timer = 16
     Actor.__init__(self, tag, **keywords)
コード例 #2
0
ファイル: lost_one.py プロジェクト: tseaver/curveship
 def __init__(self, tag, **keywords):
     self.visitor_places = []
     self.visitor_moved = []
     self.distance = 0
     self.distance_filter = distance_filter
     self.timer = 16
     Actor.__init__(self, tag, **keywords)
コード例 #3
0
ファイル: cplus.py プロジェクト: tseaver/curveship
 def __init__(self, tag, **keywords):
     self.waves_next_turn = True
     self.angry = False
     Actor.__init__(self, tag, **keywords)
コード例 #4
0
ファイル: cplus.py プロジェクト: tseaver/curveship
 def __init__(self, tag, **keywords):
     self.waves_next_turn = True
     self.angry = False
     Actor.__init__(self, tag, **keywords)