Server.tscn 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. [gd_scene load_steps=3 format=3 uid="uid://slqw3xepi1c1"]
  2. [ext_resource type="Theme" uid="uid://dhb6h35g1bk0x" path="res://data/themes/DefaultTheme.tres" id="1_7785j"]
  3. [ext_resource type="PackedScene" uid="uid://cr2by2nem8o87" path="res://presets/gui/Server.tscn" id="2_atfre"]
  4. [node name="Source" type="Node2D"]
  5. [node name="Canvas" type="CanvasLayer" parent="."]
  6. layer = 128
  7. [node name="Container" type="VBoxContainer" parent="Canvas"]
  8. anchors_preset = 15
  9. anchor_right = 1.0
  10. anchor_bottom = 1.0
  11. grow_horizontal = 2
  12. grow_vertical = 2
  13. size_flags_horizontal = 3
  14. size_flags_vertical = 3
  15. theme = ExtResource("1_7785j")
  16. [node name="EmptyTop" type="Control" parent="Canvas/Container"]
  17. custom_minimum_size = Vector2(0, 16)
  18. layout_mode = 2
  19. [node name="NetworkState" type="Label" parent="Canvas/Container"]
  20. layout_mode = 2
  21. size_flags_horizontal = 4
  22. theme_type_variation = &"NotificationBox"
  23. text = "Network State"
  24. [node name="EmptyBottom" type="Control" parent="Canvas/Container"]
  25. custom_minimum_size = Vector2(0, 32)
  26. layout_mode = 2
  27. [node name="PanelContainer" parent="Canvas/Container" instance=ExtResource("2_atfre")]
  28. layout_mode = 2