diff --git a/core.py b/core.py index 5447f56..0498d0a 100644 --- a/core.py +++ b/core.py @@ -261,7 +261,7 @@ class Game: elif self.lastMove == "-Y": self.picCoordinates = playerAnimation('noneUp', self.gender) if event.type == pg.QUIT: - self.pause() + self.changeMenu("pause") # ========================================== PAUSE SCREEN ==================================================== # if self.state == 'pause': for event in pg.event.get():