From 76289d11f8aa6cbee50c627f90fa622e29e110c8 Mon Sep 17 00:00:00 2001 From: Page Asgardius Date: Tue, 4 Jan 2022 07:27:37 -0700 Subject: [PATCH] release 1.0.0 --- r3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r3.py b/r3.py index 72b89e0..04ffd67 100644 --- a/r3.py +++ b/r3.py @@ -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