64 lines
1.8 KiB
Text
64 lines
1.8 KiB
Text
|
[gd_scene load_steps=2 format=2]
|
||
|
|
||
|
[ext_resource path="res://addons/pnhelper/pngui.gd" type="Script" id=1]
|
||
|
|
||
|
[node name="Mapping tools" type="Control"]
|
||
|
anchor_right = 1.0
|
||
|
anchor_bottom = 1.0
|
||
|
script = ExtResource( 1 )
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|
||
|
|
||
|
[node name="Commands" type="VBoxContainer" parent="."]
|
||
|
anchor_right = 1.0
|
||
|
anchor_bottom = 1.0
|
||
|
size_flags_horizontal = 3
|
||
|
size_flags_vertical = 3
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|
||
|
|
||
|
[node name="MakeSocket" type="HBoxContainer" parent="Commands"]
|
||
|
margin_right = 1280.0
|
||
|
margin_bottom = 20.0
|
||
|
|
||
|
[node name="Label" type="Label" parent="Commands/MakeSocket"]
|
||
|
margin_top = 3.0
|
||
|
margin_right = 84.0
|
||
|
margin_bottom = 17.0
|
||
|
text = "Make socket "
|
||
|
|
||
|
[node name="Type" type="OptionButton" parent="Commands/MakeSocket"]
|
||
|
margin_left = 88.0
|
||
|
margin_right = 117.0
|
||
|
margin_bottom = 20.0
|
||
|
|
||
|
[node name="Left" type="Button" parent="Commands/MakeSocket"]
|
||
|
margin_left = 121.0
|
||
|
margin_right = 141.0
|
||
|
margin_bottom = 20.0
|
||
|
text = "<"
|
||
|
|
||
|
[node name="Up" type="Button" parent="Commands/MakeSocket"]
|
||
|
margin_left = 145.0
|
||
|
margin_right = 164.0
|
||
|
margin_bottom = 20.0
|
||
|
text = "^"
|
||
|
|
||
|
[node name="Down" type="Button" parent="Commands/MakeSocket"]
|
||
|
margin_left = 168.0
|
||
|
margin_right = 187.0
|
||
|
margin_bottom = 20.0
|
||
|
text = "v"
|
||
|
|
||
|
[node name="Right" type="Button" parent="Commands/MakeSocket"]
|
||
|
margin_left = 191.0
|
||
|
margin_right = 211.0
|
||
|
margin_bottom = 20.0
|
||
|
text = ">"
|
||
|
[connection signal="pressed" from="Commands/MakeSocket/Left" to="." method="_make_socket" binds= [ "left" ]]
|
||
|
[connection signal="pressed" from="Commands/MakeSocket/Up" to="." method="_make_socket" binds= [ "up" ]]
|
||
|
[connection signal="pressed" from="Commands/MakeSocket/Down" to="." method="_make_socket" binds= [ "down" ]]
|
||
|
[connection signal="pressed" from="Commands/MakeSocket/Right" to="." method="_make_socket" binds= [ "right" ]]
|