X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;ds=sidebyside;f=koperkapel%2Fgamelib%2Ftiles.py;h=fd47252b5cb861513a643d23a35666684266f56d;hb=086b92efc52a09908e7186b906f6ca6dfb1607e6;hp=66a74ff05eee0cf6c6aee259f041762e7d31b94a;hpb=0ea7bed7719ea87b9a57843f027a834a1b6e89a9;p=koperkapel.git diff --git a/koperkapel/gamelib/tiles.py b/koperkapel/gamelib/tiles.py index 66a74ff..fd47252 100644 --- a/koperkapel/gamelib/tiles.py +++ b/koperkapel/gamelib/tiles.py @@ -60,6 +60,10 @@ class Wall(RandomizedTile): class Underground(RandomizedTile): IMGDIR = "underground" +class Grate(Tile): + IMG = os.path.join('grate', 'grate') + TILESET = 'bunker' + class Tunnel(OrientatedTile): @classmethod