Skip to content

Commit a4ee0ab

Browse files
author
Nathan Guerrero
authored
Change window caption for next release 1.9
1 parent efd9f4d commit a4ee0ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
#We now have to make a caption for the window. (The title basically)
4141
print("Setting up a caption...")
42-
pygame.display.set_caption("RandomGame 1.8") #This is the title of the window we use.
42+
pygame.display.set_caption("RandomGame 1.9") #This is the title of the window we use.
4343
print("Set up the caption!")
4444

4545
#We have to fill in the window with black for the time the game loads.

0 commit comments

Comments
 (0)