From c1c7b4113502d5cf4413b28bc0c05662c5756691 Mon Sep 17 00:00:00 2001 From: Jake Date: Mon, 3 Nov 2025 10:17:07 +0800 Subject: [PATCH] new node editor (slicker controls) implemented --- index.html | 29 +- nodeeditor/Control.js | 672 +++++++++++++++++++ nodeeditor/Node.js | 404 ++++++++++++ nodeeditor/NodeEditor.js | 1201 ++++++++++++++++++---------------- nodeeditor/NodeSerializer.js | 224 +++++++ nodeeditor/canvastools.js | 217 ------ nodeeditor/nodes.js | 668 ------------------- script.js | 5 +- 8 files changed, 1942 insertions(+), 1478 deletions(-) create mode 100644 nodeeditor/Control.js create mode 100644 nodeeditor/Node.js create mode 100644 nodeeditor/NodeSerializer.js delete mode 100644 nodeeditor/canvastools.js delete mode 100644 nodeeditor/nodes.js diff --git a/index.html b/index.html index c02901a..c55587b 100644 --- a/index.html +++ b/index.html @@ -22,19 +22,19 @@ + + + + @@ -208,7 +208,8 @@ - + +