First commit
This commit is contained in:
22
Sample/Styles/Style.uss
Normal file
22
Sample/Styles/Style.uss
Normal file
@@ -0,0 +1,22 @@
|
||||
GridBackground
|
||||
{
|
||||
--grid-background-color : rgb(32, 32, 32);
|
||||
--line-color : rgba(193, 196, 192, 0.1);
|
||||
--thick-line-color : rgba(193, 196, 192, 0.2);
|
||||
--spacing : 15;
|
||||
}
|
||||
|
||||
.graphElement.node.math VisualElement#title
|
||||
{
|
||||
background-color : rgba(64, 96, 128, 0.8);
|
||||
}
|
||||
|
||||
.graphElement.node.input VisualElement#title
|
||||
{
|
||||
background-color : rgba(128, 64, 64, 0.8);
|
||||
}
|
||||
|
||||
.graphElement.node.output VisualElement#title
|
||||
{
|
||||
background-color : rgba(64, 128, 70, 0.8);
|
||||
}
|
||||
11
Sample/Styles/Style.uss.meta
Normal file
11
Sample/Styles/Style.uss.meta
Normal file
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: ad06b58f16bdc1c429c7a82e0552c636
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
||||
disableValidation: 0
|
||||
Reference in New Issue
Block a user