We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab49979 commit aeaf441Copy full SHA for aeaf441
main.py
@@ -58,7 +58,7 @@ def draw(self):
58
pygame.display.set_icon(icon)
59
60
currentLevel = 0
61
-endLevel = 4
+endLevel = 50
62
paused = 1
63
mouse = Mouse(0,0)
64
cheese = []
@@ -91,7 +91,7 @@ def draw(self):
91
next1 = Text("Well Done!", (200, (200-15)), 32, textColour)
92
next2 = Text("Press Enter To Continue", (200, (200+15)), 20, textColour)
93
win1 = Text("You Won!!! :D", (200, (200-15)), 32, textColour)
94
-win2 = Text("Press Enter To Play Again", (200, (200+15)), 20, textColour)
+win2 = Text("Press Enter To Close", (200, (200+15)), 20, textColour)
95
reset1 = Text("Restart The Level?", (200, (200-30)), 32, textColour)
96
reset2 = Text("Press Enter To Restart", (200, (200-3)), 20, textColour)
97
reset3 = Text("Press Any Arrow Key To Cancel", (200, (200+18)), 20, textColour)
0 commit comments