瀏覽代碼

remove old comment

Bastien Sevajol 10 年之前
父節點
當前提交
eb400f1029
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      intelligine/display/pygame/visualisation.py

+ 0 - 2
intelligine/display/pygame/visualisation.py 查看文件

34
 directions_blue_ant = DirectionnedImage(blue_ant)
34
 directions_blue_ant = DirectionnedImage(blue_ant)
35
 directions_green_ant = DirectionnedImage(green_ant)
35
 directions_green_ant = DirectionnedImage(green_ant)
36
 
36
 
37
-# TODO: context donne au callbacks
38
-
39
 def bug_direction(bug, context):
37
 def bug_direction(bug, context):
40
     if bug.get_life_points() <= 0:
38
     if bug.get_life_points() <= 0:
41
         return dead_ant
39
         return dead_ant