improved editor, added timer node, widget for toggle

This commit is contained in:
tamat
2018-10-30 19:03:38 +01:00
parent aa384328a7
commit 3381de6609
7 changed files with 450 additions and 380 deletions

View File

@@ -123,7 +123,7 @@ Editor.prototype.onPlayButton = function()
if(graph.status == LGraph.STATUS_STOPPED)
{
button.innerHTML = "<img src='imgs/icon-stop.png'/> Stop";
graph.start(1);
graph.start(-1);
}
else
{