We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efd9f4d commit a4ee0abCopy full SHA for a4ee0ab
main.py
@@ -39,7 +39,7 @@
39
40
#We now have to make a caption for the window. (The title basically)
41
print("Setting up a caption...")
42
-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.
43
print("Set up the caption!")
44
45
#We have to fill in the window with black for the time the game loads.
0 commit comments