MCPcopy Create free account
hub / github.com/marblexu/PythonPlantsVsZombies / initChoose

Method initChoose

source/state/level.py:101–103  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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]:

Callers 1

initStateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected