Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/MAFH.activity
diff options
context:
space:
mode:
authorJustin Lewis <jtl1728@rit.edu>2010-02-18 00:07:09 (GMT)
committer Justin Lewis <jtl1728@rit.edu>2010-02-18 00:07:09 (GMT)
commit7b9eff218df8d045ab432dae899ed92df5922657 (patch)
treec5520ff990b5df219135a26f267caca7c00fc233 /MAFH.activity
parentbf5ad2bf3ba645ff6b6e810fdb442bd971f84646 (diff)
Lots of changes, animation, and partial battle engine.
Diffstat (limited to 'MAFH.activity')
-rw-r--r--MAFH.activity/constants.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/MAFH.activity/constants.py b/MAFH.activity/constants.py
index be419d1..91441ad 100644
--- a/MAFH.activity/constants.py
+++ b/MAFH.activity/constants.py
@@ -8,10 +8,11 @@ MAP_PATH = BASE_PATH + "map/"
MENU_PATH = BASE_PATH + "image/menu/"
HUD_PATH = BASE_PATH + "image/hud/"
ENV_PATH = BASE_PATH + "image/environment/"
+ITEM_PATH = BASE_PATH + "image/item/"
PUZZLE_PATH = BASE_PATH + "image/puzzle/"
FMC_PATH = BASE_PATH + "fmc/"
-TOUR_PATH = BASE_PATH + "/image/tutorial/"
-CHAR_PATH = BASE_PATH + "/image/character/"
+TOUR_PATH = BASE_PATH + "image/tutorial/"
+CHAR_PATH = BASE_PATH + "image/character/"
DOOR_ORDER = ['N','S','E','W']
DOOR_INDEX = {