fix color of uncolored areas in editor

This commit is contained in:
Laura Klünder 2017-05-26 17:46:23 +02:00
parent 47a0170d1c
commit 3dc1cd6963

View file

@ -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',