Implemented NPC movement (random)
[butaba-adventures.git] / constants.py
index 18111c6..a37f3d3 100644 (file)
@@ -1,5 +1,16 @@
 # constants for in-game use
 
+# butaba constants
+MAXITEMS = 8
+MAXHEALTH = 100
+
+
+# describing the orientation of characters
+LEFT = 0
+RIGHT = 2
+FRONT = 1
+BACK = 3
+
 # key ids and lock ids
 KEY_CHEST1 = 1000
 KEY_CHEST2 = 1001