From 8c7580f9ef6cd17cbe2b2eace0a50114e414ed0b Mon Sep 17 00:00:00 2001 From: Page Asgardius Date: Sat, 23 Apr 2022 17:20:37 -0700 Subject: [PATCH] update asset license --- assets license.txt | 12 +++++++++--- r3.py | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/assets license.txt b/assets license.txt index ac62a66..ba61ea9 100644 --- a/assets license.txt +++ b/assets license.txt @@ -1,9 +1,15 @@ -music/space.ogg - Mid-Air Machine - Creative Commons Attribution-ShareAlike +music/galaxy.opus - Mid-Air Machine - Creative Commons Attribution-ShareAlike +music/wormhole.opus - Page Asgardius and Mid-Air Machine - Creative Commons Attribution-ShareAlike backgrounds/galaxy.png - NASA - Public Domain +backgrounds/wormhole.png - Pixabay - Public Domain +backgrounds/crash.png - Pixabay and Page Asgardius - Pixabay License +backgrounds/antenna.png - NASA and Page Asgardius - Public Domain +backgrounds/supernova.png - NASA/JPL-Caltech - Public Domain sprites/ss.png - Pixabay - Pixabay License sprites/css.png - Pixabay - Pixabay License sprites/sat.png - NASA - Public Domain sprites/asteroid.png - NASA - Public Domain sprites/radio.png - NASA and Page Asgardius - Public Domain -backgrounds/supernova.png - NASA/JPL-Caltech - Public Domain -sprites/iss.png - ESA/NASA - Creative Commons Attribution-ShareAlike 3.0 IGO \ No newline at end of file +sprites/iss.png - ESA/NASA - Creative Commons Attribution-ShareAlike 3.0 IGO +sprites/wallh.png - Page Asgardius - Public Domain +sprites/wallv.png - Page Asgardius - Public Domain \ No newline at end of file diff --git a/r3.py b/r3.py index c2699c5..8da7309 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 1.0.1 - Virtualx Game Engine') +pygame.display.set_caption('The Red Robot Radio 1.1.0 - Virtualx Game Engine') font = pygame.font.Font(None, 30) clock = pygame.time.Clock() crashbg = 'backgrounds/crash.png'