mirror of
https://github.com/enzet/map-machine.git
synced 2025-07-27 13:29:12 +02:00
Refactor buildings and craters.
This commit is contained in:
parent
0f632087e4
commit
1b035300df
5 changed files with 293 additions and 266 deletions
|
@ -11,11 +11,11 @@ import numpy as np
|
|||
from colour import Color
|
||||
|
||||
from map_machine.color import get_gradient_color
|
||||
from map_machine.feature.building import Building
|
||||
from map_machine.feature.crater import Crater
|
||||
from map_machine.feature.direction import DirectionSector
|
||||
from map_machine.feature.road import Road, Roads
|
||||
from map_machine.figure import (
|
||||
Building,
|
||||
Crater,
|
||||
DirectionSector,
|
||||
StyledFigure,
|
||||
Tree,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue