add elevators
This commit is contained in:
parent
5dbeb9c356
commit
0496575d25
10 changed files with 143 additions and 8 deletions
|
@ -87,6 +87,9 @@ class LevelRenderer():
|
|||
stroke_color='#9E9E9E',
|
||||
stroke_width=3))
|
||||
|
||||
contents.append(self.polygon_svg(self.level.geometries.elevatorlevels,
|
||||
fill_color='#9EF8FB'))
|
||||
|
||||
contents.append(self.polygon_svg(self.level.geometries.walls_without_doors,
|
||||
fill_color='#949494',
|
||||
stroke_color='#757575',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue