Skip to content

Commit

Permalink
Change window caption for next release 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Guerrero authored Jul 17, 2016
1 parent efd9f4d commit a4ee0ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a4ee0ab

Please sign in to comment.