# HG changeset patch # User Jeremy Thurgood # Date 1336746579 -7200 # Node ID 3d24b18d1785bcf1d53a06aded5d00feb4739d7b # Parent 2587f8c34f8456c48e9f250a2b6ce6905c52b768 Screen size back to 800x600. diff -r 2587f8c34f84 -r 3d24b18d1785 gamelib/constants.py --- 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