columns need another color now
This commit is contained in:
parent
8936fe5aea
commit
d1c47cbe40
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ class EditorViewSet(EditorViewSetMixin, ViewSet):
|
||||||
'ramp': 'rgba(160, 0, 160, 0.2)',
|
'ramp': 'rgba(160, 0, 160, 0.2)',
|
||||||
'obstacle': '#999999',
|
'obstacle': '#999999',
|
||||||
'lineobstacle': '#999999',
|
'lineobstacle': '#999999',
|
||||||
'column': '#888888',
|
'column': 'rgba(0, 0, 50, 0.3)',
|
||||||
'poi': '#4488cc',
|
'poi': '#4488cc',
|
||||||
'shadow': '#000000',
|
'shadow': '#000000',
|
||||||
'graphnode': '#009900',
|
'graphnode': '#009900',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue