Skip to content

Commit 4e8073e

Browse files
author
OfficialPoniesFiM
committed
Window Caption Tweaks
The window caption will be tweaked to show its name and version from now on.
1 parent 25528c5 commit 4e8073e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

main.py

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

183183
#We now have to make a caption for the window. (The title basically)
184184
print("Setting up a caption...")
185-
pygame.display.set_caption("RandomGame 1.0 - Main Window") #This is the title of the window we use.
185+
pygame.display.set_caption("RandomGame 1.5") #This is the title of the window we use.
186186
print("Set up the caption!")
187187

188188
#We now have to make colors with variables. Typing BLACK or WHITE is easier and simpler than typing (0, 0, 0) or (255, 255, 255).

main_python27.py

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

183183
#We now have to make a caption for the window. (The title basically)
184184
print "Setting up a caption..."
185-
pygame.display.set_caption("RandomGame 1.0 - Main Window") #This is the title of the window we use.
185+
pygame.display.set_caption("RandomGame 1.5") #This is the title of the window we use.
186186
print "Set up the caption!"
187187

188188
#We now have to make colors with variables. Typing BLACK or WHITE is easier and simpler than typing (0, 0, 0) or (255, 255, 255).

0 commit comments

Comments
 (0)