Added the pathfinding module
This commit is contained in:
@@ -5,18 +5,14 @@
|
||||
[node name="TerrainEditor" type="Node"]
|
||||
script = ExtResource("1_6evft")
|
||||
|
||||
[node name="Control" type="HBoxContainer" parent="."]
|
||||
anchors_preset = 12
|
||||
anchor_top = 1.0
|
||||
[node name="Button" type="Button" parent="."]
|
||||
anchors_preset = 1
|
||||
anchor_left = 1.0
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 0
|
||||
alignment = 1
|
||||
|
||||
[node name="Button" type="Button" parent="Control"]
|
||||
layout_mode = 2
|
||||
offset_left = -84.0
|
||||
offset_bottom = 31.0
|
||||
grow_horizontal = 0
|
||||
toggle_mode = true
|
||||
text = "Block Edit"
|
||||
|
||||
[connection signal="toggled" from="Control/Button" to="." method="_on_button_toggled"]
|
||||
[connection signal="toggled" from="Button" to="." method="_on_button_toggled"]
|
||||
|
||||
Reference in New Issue
Block a user