diff gamelib/constants.py @ 93:350ce4ebe122

Detail view without any functionality.
author Jeremy Thurgood <firxen@gmail.com>
date Tue, 24 Aug 2010 00:43:32 +0200
parents 213e47dea4d0
children 65976205fc2d
line wrap: on
line diff
--- a/gamelib/constants.py	Tue Aug 24 00:40:21 2010 +0200
+++ b/gamelib/constants.py	Tue Aug 24 00:43:32 2010 +0200
@@ -9,5 +9,6 @@
 BUFFER = 1024  # audio buffer size in no. of samples
 
 BUTTON_SIZE = 50
+SCENE_SIZE = (SCREEN[0], SCREEN[1] - BUTTON_SIZE)
 
 DEBUG = True