diff --git a/main.py b/main.py index 4789897..5ae69aa 100644 --- a/main.py +++ b/main.py @@ -39,7 +39,7 @@ #We now have to make a caption for the window. (The title basically) print("Setting up a caption...") -pygame.display.set_caption("RandomGame 1.8") #This is the title of the window we use. +pygame.display.set_caption("RandomGame 1.9") #This is the title of the window we use. print("Set up the caption!") #We have to fill in the window with black for the time the game loads.