示例#1
0
 def icon_path(self):
     return combine_path(Figure.base_icon_path, "blank.png")
示例#2
0
 def icon_path(self):
     return combine_path(Figure.base_icon_path, "pawn_black.png") \
         if self.side == BLACK else combine_path(Figure.base_icon_path, "pawn_white.png")