(self)
| 99 | self.initBowlingMap() |
| 100 | |
| 101 | def initChoose(self): |
| 102 | self.state = c.CHOOSE |
| 103 | self.panel = menubar.Panel(menubar.all_card_list, self.map_data[c.INIT_SUN_NAME]) |
| 104 | |
| 105 | def choose(self, mouse_pos, mouse_click): |
| 106 | if mouse_pos and mouse_click[0]: |