Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
fian46 committed Nov 27, 2020
1 parent deb4ddf commit 6f23547
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
38 changes: 19 additions & 19 deletions addons/btree/Editor/editor.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]
Expand All @@ -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
Expand All @@ -60,33 +60,33 @@ 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
}

[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"]
Expand Down
2 changes: 1 addition & 1 deletion addons/btree/plugin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
name="B-Tree"
description="Visual Behaviour Tree"
author="fian46"
version="1.1.8"
version="1.1.9"
script="init.gd"

0 comments on commit 6f23547

Please sign in to comment.