Bastien Sevajol преди 10 години
родител
ревизия
e010175f95
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      intelligine/simulation/object/brain/part/move/AntStar/Host.py

+ 0 - 1
intelligine/simulation/object/brain/part/move/AntStar/Host.py Целия файл

19
         return self._feeler
19
         return self._feeler
20
 
20
 
21
     def move_to(self, direction):
21
     def move_to(self, direction):
22
-        # TODO: Heriter de Host AntStar au lieu de tout repeter ici ...
23
         self._moved_to_direction = direction
22
         self._moved_to_direction = direction
24
         self._position_3d = get_position_with_direction_decal(direction, self._position_3d)
23
         self._position_3d = get_position_with_direction_decal(direction, self._position_3d)
25
 
24