RhythmGame/scenes/DirectorySettingsEntry.tscn

31 lines
866 B
Plaintext

[gd_scene load_steps=2 format=2]
[ext_resource path="res://scenes/DirectorySettingsEntry.gd" type="Script" id=1]
[node name="DirectorySettingsEntry" type="HBoxContainer"]
margin_top = 18.0
margin_right = 1080.0
margin_bottom = 42.0
script = ExtResource( 1 )
[node name="le_directory" type="LineEdit" parent="."]
margin_right = 937.0
margin_bottom = 24.0
rect_min_size = Vector2( 480, 1.36422e-12 )
size_flags_horizontal = 3
[node name="btn_browse" type="Button" parent="."]
margin_left = 941.0
margin_right = 1012.0
margin_bottom = 24.0
text = "Browse..."
[node name="btn_remove" type="Button" parent="."]
margin_left = 1016.0
margin_right = 1080.0
margin_bottom = 24.0
text = "Remove"
[connection signal="pressed" from="btn_browse" to="." method="_on_btn_browse_pressed"]
[connection signal="pressed" from="btn_remove" to="." method="_on_btn_remove_pressed"]