X-Git-Url: https://harishankar.org/repos/?p=butaba-adventures.git;a=blobdiff_plain;f=level.py;fp=level.py;h=5aea98cd2f0d0f9863713d012475577a035e6707;hp=4ba77a98dfcde327ceceb33b6e9195de3d52dfa2;hb=6552a4a3522d0b48177a9c2ebedda92b824874f7;hpb=3e350cff23064e74da2ead6c65e46ccdf3e7fa2f diff --git a/level.py b/level.py index 4ba77a9..5aea98c 100644 --- a/level.py +++ b/level.py @@ -10,9 +10,6 @@ import object # second item is tile col in the tilest # third item defines whether solid or not (0 or 1) -# constants for in-game use -KEY_CHEST1 = 1000 -KEY_ROOM1 = 1001 # Class to represent levels class Level: