From 6f23547b9618fa4e9d54ab392234f4ea8e058d09 Mon Sep 17 00:00:00 2001 From: fian46 Date: Fri, 27 Nov 2020 20:53:39 +0800 Subject: [PATCH] update --- addons/btree/Editor/editor.tscn | 38 ++++++++++++++++----------------- addons/btree/plugin.cfg | 2 +- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/addons/btree/Editor/editor.tscn b/addons/btree/Editor/editor.tscn index 343112c..ae94acf 100644 --- a/addons/btree/Editor/editor.tscn +++ b/addons/btree/Editor/editor.tscn @@ -12,13 +12,13 @@ __meta__ = { } [node name="group" type="HBoxContainer" parent="."] -margin_right = 480.0 +margin_right = 640.0 margin_bottom = 20.0 alignment = 2 [node name="create" type="MenuButton" parent="group"] -margin_left = 279.0 -margin_right = 332.0 +margin_left = 439.0 +margin_right = 492.0 margin_bottom = 20.0 text = "Create" items = [ "Task", null, 0, false, false, 1, 0, null, "", false, "Selector", null, 0, false, false, 3, 0, null, "", false, "Sequence", null, 0, false, false, 2, 0, null, "", false, "Priority Selector", null, 0, false, false, 4, 0, null, "", false, "Priority Condition", null, 0, false, false, 5, 0, null, "", false, "Paralel", null, 0, false, false, 6, 0, null, "", false, "Mute", null, 0, false, false, 7, 0, null, "", false, "Repeat", null, 0, false, false, 8, 0, null, "", false, "While Node", null, 0, false, false, 9, 0, null, "", false, "Wait Node", null, 0, false, false, 10, 0, null, "", false, "Race Node", null, 0, false, false, 11, 0, null, "", false, "Random Selector", null, 0, false, false, 12, 0, null, "", false, "Random Sequence", null, 0, false, false, 13, 0, null, "", false, "Inverter", null, 0, false, false, 14, 0, null, "", false, "Random Repeat", null, 0, false, false, 15, 0, null, "", false, "Random Wait", null, 0, false, false, 16, 0, null, "", false ] @@ -27,27 +27,27 @@ graph_path = NodePath("../../graph") hint_path = NodePath("../../footer/hint") [node name="save" type="Button" parent="group"] -margin_left = 336.0 -margin_right = 377.0 +margin_left = 496.0 +margin_right = 537.0 margin_bottom = 20.0 text = "Save" [node name="debug" type="Button" parent="group"] -margin_left = 381.0 -margin_right = 434.0 +margin_left = 541.0 +margin_right = 594.0 margin_bottom = 20.0 text = "Debug" [node name="help" type="Button" parent="group"] -margin_left = 438.0 -margin_right = 480.0 +margin_left = 598.0 +margin_right = 640.0 margin_bottom = 20.0 text = "Help" [node name="graph" type="GraphEdit" parent="."] margin_top = 24.0 -margin_right = 480.0 -margin_bottom = 242.0 +margin_right = 640.0 +margin_bottom = 332.0 size_flags_horizontal = 3 size_flags_vertical = 3 right_disconnects = true @@ -60,18 +60,18 @@ create_path = NodePath("../group/create") anchor_top = 0.5 anchor_bottom = 0.5 margin_left = 320.0 -margin_top = 19.0 +margin_top = -26.0 margin_right = 380.0 -margin_bottom = 79.0 +margin_bottom = 34.0 mouse_filter = 1 size_flags_horizontal = 3 size_flags_vertical = 3 title = "root" [node name="footer" type="HBoxContainer" parent="."] -margin_top = 246.0 -margin_right = 480.0 -margin_bottom = 270.0 +margin_top = 336.0 +margin_right = 640.0 +margin_bottom = 360.0 alignment = 1 __meta__ = { "_edit_use_anchors_": false @@ -79,14 +79,14 @@ __meta__ = { [node name="hint" type="Label" parent="footer"] margin_top = 5.0 -margin_right = 132.0 +margin_right = 292.0 margin_bottom = 19.0 size_flags_horizontal = 3 size_flags_vertical = 6 [node name="search" type="HBoxContainer" parent="footer"] -margin_left = 136.0 -margin_right = 480.0 +margin_left = 296.0 +margin_right = 640.0 margin_bottom = 24.0 [node name="Label" type="Label" parent="footer/search"] diff --git a/addons/btree/plugin.cfg b/addons/btree/plugin.cfg index b503819..bf0f92b 100644 --- a/addons/btree/plugin.cfg +++ b/addons/btree/plugin.cfg @@ -3,5 +3,5 @@ name="B-Tree" description="Visual Behaviour Tree" author="fian46" -version="1.1.8" +version="1.1.9" script="init.gd"