mirror of
https://github.com/enzet/map-machine.git
synced 2025-07-27 21:39:17 +02:00
Improve construction drawing.
Draw buildings under construction without roof.
This commit is contained in:
parent
f9d9442da3
commit
7fbc7cb96f
3 changed files with 37 additions and 19 deletions
|
@ -124,7 +124,7 @@ class Map:
|
|||
|
||||
logging.info("Drawing buildings...")
|
||||
|
||||
scale: float = self.flinger.get_scale() / 3.0
|
||||
scale: float = self.flinger.get_scale()
|
||||
building_shade: Group = Group(opacity=0.1)
|
||||
for building in constructor.buildings:
|
||||
building.draw_shade(building_shade, self.flinger)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue