diff pyntnclick/constants.py @ 732:4f34b36ee7c5 pyntnclick

Add constants subclass to gamelib, and get the title + icon from it
author Stefano Rivera <stefano@rivera.za.net>
date Tue, 15 Jan 2013 23:15:11 +0200
parents 2f74064bc779
children 43b49f1de828
line wrap: on
line diff
--- a/pyntnclick/constants.py	Tue Jan 15 22:57:41 2013 +0200
+++ b/pyntnclick/constants.py	Tue Jan 15 23:15:11 2013 +0200
@@ -14,6 +14,10 @@
 
 
 class GameConstants(object):
+    title = None
+    # Icon for the main window, in the icons basedir
+    icon = None
+
     screen = (800, 600)
     snd_freq = 44100
     snd_bitsize = -16