Skip to content

Commit aeaf441

Browse files
author
SirCodesALot
committed
Stupid debug code messing everything up >:(
1 parent ab49979 commit aeaf441

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def draw(self):
5858
pygame.display.set_icon(icon)
5959

6060
currentLevel = 0
61-
endLevel = 4
61+
endLevel = 50
6262
paused = 1
6363
mouse = Mouse(0,0)
6464
cheese = []
@@ -91,7 +91,7 @@ def draw(self):
9191
next1 = Text("Well Done!", (200, (200-15)), 32, textColour)
9292
next2 = Text("Press Enter To Continue", (200, (200+15)), 20, textColour)
9393
win1 = Text("You Won!!! :D", (200, (200-15)), 32, textColour)
94-
win2 = Text("Press Enter To Play Again", (200, (200+15)), 20, textColour)
94+
win2 = Text("Press Enter To Close", (200, (200+15)), 20, textColour)
9595
reset1 = Text("Restart The Level?", (200, (200-30)), 32, textColour)
9696
reset2 = Text("Press Enter To Restart", (200, (200-3)), 20, textColour)
9797
reset3 = Text("Press Any Arrow Key To Cancel", (200, (200+18)), 20, textColour)

0 commit comments

Comments
 (0)