예제 #1
0
 def move(self, x, y):
     Physical.move(self, x, y)
     return
예제 #2
0
파일: tail.py 프로젝트: Aquarius314/Ecosim
 def move(self, x, y):
     Physical.move(self, x, y)
     for circle in self.circles:
         circle.move(x, y)
     return