This commit is contained in:
tamat
2018-03-08 09:59:42 +01:00
parent f596f6d40e
commit 5a5bffa160
2 changed files with 3 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ var LiteGraph = global.LiteGraph = {
DEFAULT_POSITION: [100,100],//default node position
node_images_path: "",
VALID_SHAPES: ["box","round","circle"],
VALID_SHAPES: ["box","round"], //,"circle"
BOX_SHAPE: 1,
ROUND_SHAPE: 2,