changeset 147:3d24b18d1785

Screen size back to 800x600.
author Jeremy Thurgood <firxen@gmail.com>
date Fri, 11 May 2012 16:29:39 +0200
parents 2587f8c34f84
children 3abb05f7e720
files gamelib/constants.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gamelib/constants.py	Fri May 11 16:20:49 2012 +0200
+++ b/gamelib/constants.py	Fri May 11 16:29:39 2012 +0200
@@ -1,7 +1,7 @@
 # The usual game constants
 
-WIDTH = 1024
-HEIGHT = 768
+WIDTH = 800
+HEIGHT = 600
 SCREEN = (WIDTH, HEIGHT)
 FPS = 30