コード例 #1
0
 def __init__(self, x, y):
     Mobile_Simulton.randomize_angle(self)
     Pulsator.__init__(self, x, y)
     Mobile_Simulton.set_speed(self, 5)
コード例 #2
0
 def __init__(self, x, y):
     self.count = 40
     Mobile_Simulton.randomize_angle(self)
     Pulsator.__init__(self, x, y)
     Mobile_Simulton.set_speed(self, 12)
コード例 #3
0
 def __init__(self, x, y):
     Pulsator.__init__(self, x, y)
     self.sight = 200
     Mobile_Simulton.set_speed(self, 5)
     Mobile_Simulton.randomize_angle(self)