set version number
This commit is contained in:
parent
a6581d47ef
commit
7909b93327
1 changed files with 1 additions and 1 deletions
2
r3.py
2
r3.py
|
@ -7,7 +7,7 @@ import platform
|
||||||
import subprocess
|
import subprocess
|
||||||
pygame.init()
|
pygame.init()
|
||||||
screen = pygame.display.set_mode((800, 480))
|
screen = pygame.display.set_mode((800, 480))
|
||||||
pygame.display.set_caption('The Red Robot Radio 1.1.0 - Virtualx Game Engine')
|
pygame.display.set_caption('The Red Robot Radio 1.1.1 - Virtualx Game Engine')
|
||||||
font = pygame.font.Font(None, 30)
|
font = pygame.font.Font(None, 30)
|
||||||
clock = pygame.time.Clock()
|
clock = pygame.time.Clock()
|
||||||
crashbg = 'backgrounds/crash.png'
|
crashbg = 'backgrounds/crash.png'
|
||||||
|
|
Loading…
Reference in a new issue