78 lines
2.4 KiB
Text
78 lines
2.4 KiB
Text
[gd_scene load_steps=2 format=3 uid="uid://bxuogpn8f5sd3"]
|
|
|
|
[ext_resource type="Script" path="res://Scripts/main.gd" id="1_m5ht2"]
|
|
|
|
[node name="MainWindowControl" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_m5ht2")
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
metadata/_edit_use_anchors_ = true
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_vertical = 0
|
|
|
|
[node name="MenuBar" type="MenuBar" parent="VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 0
|
|
|
|
[node name="File" type="PopupMenu" parent="VBoxContainer/HBoxContainer/MenuBar"]
|
|
item_count = 3
|
|
item_0/text = "Settings..."
|
|
item_0/id = 0
|
|
item_1/text = ""
|
|
item_1/id = 1
|
|
item_1/separator = true
|
|
item_2/text = "Exit"
|
|
item_2/id = 2
|
|
|
|
[node name="Help" type="PopupMenu" parent="VBoxContainer/HBoxContainer/MenuBar"]
|
|
item_count = 2
|
|
item_0/text = "About..."
|
|
item_0/id = 0
|
|
item_1/text = "Manual..."
|
|
item_1/id = 1
|
|
|
|
[node name="OnlineCheckButton" type="CheckButton" parent="VBoxContainer/HBoxContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 8
|
|
text = "Online"
|
|
|
|
[node name="MyIPLabel" type="Label" parent="VBoxContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
horizontal_alignment = 1
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
theme_override_constants/margin_left = 20
|
|
theme_override_constants/margin_top = 20
|
|
theme_override_constants/margin_right = 20
|
|
theme_override_constants/margin_bottom = 20
|
|
|
|
[node name="PeersTree" type="Tree" parent="VBoxContainer/MarginContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
hide_folding = true
|
|
hide_root = true
|
|
|
|
[connection signal="id_pressed" from="VBoxContainer/HBoxContainer/MenuBar/File" to="." method="_on_file_id_pressed"]
|
|
[connection signal="id_pressed" from="VBoxContainer/HBoxContainer/MenuBar/Help" to="." method="_on_help_id_pressed"]
|
|
[connection signal="toggled" from="VBoxContainer/HBoxContainer/OnlineCheckButton" to="." method="_on_online_check_button_toggled"]
|
|
[connection signal="button_clicked" from="VBoxContainer/MarginContainer/PeersTree" to="." method="_on_peers_tree_button_clicked"]
|