Add soundtrack credits to splash screen
[base2-runner.git] / base2-runner.py
index e00642e..ff79dc1 100755 (executable)
@@ -154,6 +154,9 @@ if __name__ == '__main__':
  resources['icon'] = 'base2runner-icon.png'
  resources['background'] = 'binary-1024x1024.jpg'
  resources['splash'] = 'base2runner.jpg'
- resources['soundtrack'] = 'Music'
  resources['copyright'] = '© Copyright 2013 TJ <hacker@iam.tj>'
+ resources['soundtrack'] = 'Music'
+ resources['soundtrack.copyright'] = 'Rolemusic @ The Free Music Archive'
+ resources['soundtrack.license'] = 'Creative Commons Attribution Non-Commercial Share-Alike'
+ resources['soundtrack.url'] = 'http://freemusicarchive.org/music/Rolemusic/'
  main(900, 600, "Base² Runner", resources, debug=True)