display space transfer nodes in other colors
This commit is contained in:
parent
2dc26aa1b4
commit
bd1b747a91
3 changed files with 11 additions and 1 deletions
|
@ -175,7 +175,8 @@ class EditorViewSet(ViewSet):
|
|||
'column': '#888888',
|
||||
'poi': '#4488cc',
|
||||
'shadow': '#000000',
|
||||
'graphnode': '#00bb00',
|
||||
'graphnode': '#00BB00',
|
||||
'graphnode__space_transfer': '#008800',
|
||||
})
|
||||
|
||||
@list_route(methods=['get'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue