Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/MAFH.activity/constants.py
diff options
context:
space:
mode:
authorJustin Lewis <jtl1728@rit.edu>2010-02-15 18:48:26 (GMT)
committer Justin Lewis <jtl1728@rit.edu>2010-02-15 18:48:26 (GMT)
commit8f5a56403a35daa153a844966a29022896c5c40f (patch)
treea76cd30cf04a39abeea0a7d40638c7bd24b368b4 /MAFH.activity/constants.py
parentc7bf4ec4cf932c98e6620f437119f6bad20f46ba (diff)
Good check in spot. Implemented dungeon rep and rotating
Diffstat (limited to 'MAFH.activity/constants.py')
-rw-r--r--MAFH.activity/constants.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/MAFH.activity/constants.py b/MAFH.activity/constants.py
index 139de7a..dafdf1a 100644
--- a/MAFH.activity/constants.py
+++ b/MAFH.activity/constants.py
@@ -100,3 +100,6 @@ NORTH=1
SOUTH=3
EAST=0
WEST=2
+
+RIGHT = 4
+LEFT = 5