make areas more see-through
This commit is contained in:
parent
25cceeaf7b
commit
3188c4d667
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,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': 'rgba(85, 170, 255, 0.5)',
|
'area': 'rgba(85, 170, 255, 0.2)',
|
||||||
'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