fix color of uncolored areas in editor
This commit is contained in:
parent
47a0170d1c
commit
3dc1cd6963
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ class EditorViewSet(ViewSet):
|
||||||
'space': '#d1d1d1',
|
'space': '#d1d1d1',
|
||||||
'hole': 'rgba(255, 0, 0, 0.3)',
|
'hole': 'rgba(255, 0, 0, 0.3)',
|
||||||
'door': '#ffffff',
|
'door': '#ffffff',
|
||||||
'area': '#55aaff',
|
'area': 'rgba(85, 170, 255, 0.5)',
|
||||||
'stair': 'rgba(160, 0, 160, 0.5)',
|
'stair': 'rgba(160, 0, 160, 0.5)',
|
||||||
'obstacle': '#999999',
|
'obstacle': '#999999',
|
||||||
'lineobstacle': '#999999',
|
'lineobstacle': '#999999',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue