From 9c0e172630ac3b1d83bdc473449ebeb9dbd9d17e Mon Sep 17 00:00:00 2001 From: barsdeveloper Date: Fri, 4 Apr 2025 23:48:34 +0300 Subject: [PATCH] Sound cue nodes and bottom graph type right text --- README.md | 1 + dist/css/ueb-style.css | 12 +++++ dist/css/ueb-style.css.map | 2 +- dist/css/ueb-style.min.css | 2 +- dist/css/ueb-style.min.css.map | 2 +- dist/ueblueprint.js | 78 ++++++++++++++++++++++++++++---- dist/ueblueprint.min.js | 8 ++-- js/Blueprint.js | 22 +++++++-- js/Configuration.js | 2 + js/decoding/nodeIcon.js | 2 +- js/decoding/nodeTitle.js | 11 +++++ js/entity/ObjectEntity.js | 39 +++++++++++++++- js/template/BlueprintTemplate.js | 2 +- scss/style.scss | 12 +++++ 14 files changed, 170 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index 104dee8..3747e11 100755 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ Configuration: - Height: `` - Light mode: `` - Initial zoom: `` + - Graph type: `` ```HTML