Remove this unimplemented method
This commit is contained in:
parent
16b4b64099
commit
f3d5e273db
1 changed files with 0 additions and 3 deletions
|
@ -204,9 +204,6 @@ class RoomsAndCorridorsGenerator(MapGenerator):
|
||||||
|
|
||||||
return tiles
|
return tiles
|
||||||
|
|
||||||
def generate_tunnel(self, start_room_bounds: Rect, end_room_bounds: Rect):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def __rect_from_bsp_node(self, node: tcod.bsp.BSP) -> Rect:
|
def __rect_from_bsp_node(self, node: tcod.bsp.BSP) -> Rect:
|
||||||
return Rect(Point(node.x, node.y), Size(node.width, node.height))
|
return Rect(Point(node.x, node.y), Size(node.width, node.height))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue