diff gamelib/constants.py @ 48:a2980cc9a060

Factor out some constants
author Neil Muller <drnlmuller@gmail.com>
date Mon, 07 May 2012 21:23:54 +0200
parents
children a253fae32a6f
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/gamelib/constants.py	Mon May 07 21:23:54 2012 +0200
@@ -0,0 +1,6 @@
+# The usual game constants
+
+WIDTH = 800
+HEIGHT = 600
+SCREEN = (WIDTH, HEIGHT)
+FPS = 30