Server.tscn 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. [gd_scene load_steps=3 format=3 uid="uid://cr2by2nem8o87"]
  2. [ext_resource type="PackedScene" uid="uid://bq66pltgf5nhp" path="res://presets/gui/labels/ContentLabel.tscn" id="1_bk404"]
  3. [ext_resource type="Script" uid="uid://pdqsy1s1d8jr" path="res://sources/gui/ServerDisplay.gd" id="1_lgnu7"]
  4. [node name="PanelContainer" type="PanelContainer"]
  5. clip_contents = true
  6. anchors_preset = 15
  7. anchor_right = 1.0
  8. anchor_bottom = 1.0
  9. grow_horizontal = 2
  10. grow_vertical = 2
  11. size_flags_vertical = 3
  12. script = ExtResource("1_lgnu7")
  13. [node name="HSections" type="TabContainer" parent="."]
  14. layout_mode = 2
  15. size_flags_vertical = 3
  16. current_tab = 0
  17. [node name="Info" type="TabBar" parent="HSections"]
  18. layout_mode = 2
  19. metadata/_tab_index = 0
  20. [node name="VBox" type="VBoxContainer" parent="HSections/Info"]
  21. layout_mode = 1
  22. anchors_preset = 15
  23. anchor_right = 1.0
  24. anchor_bottom = 1.0
  25. grow_horizontal = 2
  26. grow_vertical = 2
  27. [node name="ScrollContainer" type="ScrollContainer" parent="HSections/Info/VBox"]
  28. layout_mode = 2
  29. size_flags_vertical = 3
  30. [node name="RichTextLabel" parent="HSections/Info/VBox/ScrollContainer" instance=ExtResource("1_bk404")]
  31. layout_mode = 2
  32. size_flags_horizontal = 3
  33. size_flags_vertical = 3
  34. [node name="RefreshButon" type="Button" parent="HSections/Info/VBox"]
  35. layout_mode = 2
  36. text = "Refresh"
  37. [node name="Peers" type="TabBar" parent="HSections"]
  38. visible = false
  39. layout_mode = 2
  40. metadata/_tab_index = 1
  41. [node name="RichTextLabel" parent="HSections/Peers" instance=ExtResource("1_bk404")]
  42. layout_mode = 1
  43. [connection signal="pressed" from="HSections/Info/VBox/RefreshButon" to="." method="_on_info_update"]