diff gamelib/constants.py @ 105:65976205fc2d

Rough Stab at basic animation support
author Neil Muller <neil@dip.sun.ac.za>
date Tue, 24 Aug 2010 11:57:06 +0200
parents 350ce4ebe122
children 48d24a48d0ce
line wrap: on
line diff
--- a/gamelib/constants.py	Tue Aug 24 11:55:35 2010 +0200
+++ b/gamelib/constants.py	Tue Aug 24 11:57:06 2010 +0200
@@ -10,5 +10,7 @@
 
 BUTTON_SIZE = 50
 SCENE_SIZE = (SCREEN[0], SCREEN[1] - BUTTON_SIZE)
+# Animation frame rate
+FRAME_RATE = 25
 
 DEBUG = True