diff gamelib/constants.py @ 120:48d24a48d0ce

Enter and leave hooks
author Neil Muller <neil@dip.sun.ac.za>
date Tue, 24 Aug 2010 17:24:54 +0200
parents 65976205fc2d
children f173771c85a8
line wrap: on
line diff
--- a/gamelib/constants.py	Tue Aug 24 17:04:56 2010 +0200
+++ b/gamelib/constants.py	Tue Aug 24 17:24:54 2010 +0200
@@ -14,3 +14,5 @@
 FRAME_RATE = 25
 
 DEBUG = True
+
+ENTER, LEAVE = 1, 2