Explorar o código

Change color for the link between PBR blocks

Popov72 %!s(int64=4) %!d(string=hai) anos
pai
achega
b154bdedd3
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      nodeEditor/src/blockTools.ts

+ 3 - 0
nodeEditor/src/blockTools.ts

@@ -525,6 +525,9 @@ export class BlockTools {
             case NodeMaterialBlockConnectionPointTypes.Matrix:
                 color = "#591990";
                 break;
+            case NodeMaterialBlockConnectionPointTypes.Object:
+                color = "#6174FA";
+                break;
         }
 
         return color;