Skip to content
Snippets Groups Projects
Commit cc0a14dd authored by 's avatar
Browse files

code2.0

parent 9b9806c2
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ def display(score,speed, colour,food_colour, backgroundColour):
lastPage = pygame.display.set_mode((500, 500))
lastPage.fill([200,150,100])
highscore.HighScore.text('WOAHH Your Score is ' + str(score),"comicsansms", 30,[0, 200, 200],(70,50),lastPage)
highscore.HighScore.text('WOAHH Your Score is ' + str(score),"comicsansms", 35,[0, 200, 200],(40,50),lastPage)
if (150 <= mousepos[0] <= 150+200 and 150 <= mousepos[1] <= 150+60 ):
highscore.HighScore.button(lastPage,[0,255,0], [150,150,200,60], 0)
......
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment