Show the grate
[koperkapel.git] / koperkapel / gamelib / tiles.py
index 66a74ff05eee0cf6c6aee259f041762e7d31b94a..fd47252b5cb861513a643d23a35666684266f56d 100644 (file)
@@ -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