добавил баланс мух, но не полностью

This commit is contained in:
2023-01-23 17:04:56 +07:00
parent af27d3393f
commit e0470cf5a5
4 changed files with 12 additions and 6 deletions
+1 -1
View File
@@ -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()