X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=koperkapel%2Fgamelib%2Ftiles.py;h=69ffbe83e901f174264eea8d37e086c8b36193bc;hb=31ec0ae3dc918618849b41c4df6b064d6a47c69f;hp=fd47252b5cb861513a643d23a35666684266f56d;hpb=99bccc33422efc7e30588087e724ead3a7de7715;p=koperkapel.git diff --git a/koperkapel/gamelib/tiles.py b/koperkapel/gamelib/tiles.py index fd47252..69ffbe8 100644 --- a/koperkapel/gamelib/tiles.py +++ b/koperkapel/gamelib/tiles.py @@ -64,6 +64,12 @@ class Grate(Tile): IMG = os.path.join('grate', 'grate') TILESET = 'bunker' + +class Exit(Tile): + IMG = os.path.join('exit', 'exit') + TILESET = 'bunker' + + class Tunnel(OrientatedTile): @classmethod