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

Method removeMouseImage

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

Source from the content-addressed store, hash-verified

310 self.select_plant = select_plant
311
312 def removeMouseImage(self):
313 pg.mouse.set_visible(True)
314 self.drag_plant = False
315 self.mouse_image = None
316 self.hint_image = None
317 self.hint_plant = False
318
319 def checkBulletCollisions(self):
320 collided_func = pg.sprite.collide_circle_ratio(0.7)

Callers 3

initPlayMethod · 0.95
playMethod · 0.95
addPlantMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected