release 1.0.0

This commit is contained in:
Page Asgardius 2022-01-04 07:27:37 -07:00
parent 75fdbae941
commit 76289d11f8

2
r3.py
View file

@ -7,7 +7,7 @@ import platform
import subprocess
pygame.init()
screen = pygame.display.set_mode((800, 480))
pygame.display.set_caption('The Red Robot Radio - Virtualx Game Engine')
pygame.display.set_caption('The Red Robot Radio 1.0.0 - Virtualx Game Engine')
font = pygame.font.Font(None, 30)
clock = pygame.time.Clock()
FPS = 6000