예제 #1
0
파일: actions.py 프로젝트: iske/PySolFC
 def mFindCard(self, *args):
     if self.game.canFindCard():
         create_find_card_dialog(self.game.top, self.game,
                                 self.app.getFindCardImagesDir())
예제 #2
0
 def mFindCard(self, *args):
     if self.game.canFindCard():
         create_find_card_dialog(self.game.top, self.game,
                                 self.app.getFindCardImagesDir())