shader nodes

This commit is contained in:
tamat
2020-07-15 21:22:32 +02:00
parent 2f9c67295f
commit b6c28399f8
42 changed files with 1513 additions and 195 deletions

View File

@@ -181,7 +181,7 @@
display: inline-block;
width: 90px;
height: 15px;
background-image: url("../demo/imgs/load-progress-empty.png");
background-image: url("../editor/imgs/load-progress-empty.png");
}
.litegraph-editor .cpuload .fgload,
@@ -190,7 +190,7 @@
width: 4px;
height: 15px;
max-width: 90px;
background-image: url("../demo/imgs/load-progress-full.png");
background-image: url("../editor/imgs/load-progress-full.png");
}
.litegraph-editor textarea.code, .litegraph-editor div.code {