добавил баланс мух, но не полностью
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ class Game:
|
||||
if event.type == pg.QUIT:
|
||||
self.running = False
|
||||
if event.type == pg.MOUSEBUTTONDOWN:
|
||||
self.swamp.get_click(event.pos, self.screen)
|
||||
self.swamp.get_click(event.pos)
|
||||
self.screen.fill((93, 101, 48))
|
||||
self.swamp.render(self.screen)
|
||||
pg.display.flip()
|
||||
|
||||
Reference in New Issue
Block a user