This commit is contained in:
tamat
2016-09-09 20:24:39 +02:00
parent 5f84d0c56c
commit dcf4930466
14 changed files with 3328 additions and 545 deletions

View File

@@ -1,6 +1,7 @@
LiteGraph.node_images_path = "../nodes_data/";
var editor = new LiteGraph.Editor("main");
window.graphcanvas = editor.graphcanvas;
window.graph = editor.graph;
window.addEventListener("resize", function() { editor.graphcanvas.resize(); } );
demo();