X-Git-Url: https://harishankar.org/repos/?p=butaba-adventures.git;a=blobdiff_plain;f=constants.py;h=a37f3d36db63c0afd745dc1d0e5437f2576110fd;hp=18111c6f4c5cfd767d7d6baf56bf0fe2b6e13da1;hb=667ea7c15261100aae75b61de8664863b58f01e4;hpb=58f80c37fa3c97f3cfb2a0cdd3096c529f65e204 diff --git a/constants.py b/constants.py index 18111c6..a37f3d3 100644 --- a/constants.py +++ b/constants.py @@ -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