combo.tscn 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. [gd_scene load_steps=3 format=2]
  2. [ext_resource path="res://server/server.tscn" type="PackedScene" id=1]
  3. [ext_resource path="res://client/client.tscn" type="PackedScene" id=2]
  4. [node name="Combo" type="Control"]
  5. anchor_right = 1.0
  6. anchor_bottom = 1.0
  7. mouse_filter = 1
  8. [node name="Box" type="HBoxContainer" parent="."]
  9. anchor_right = 1.0
  10. anchor_bottom = 1.0
  11. custom_constants/separation = 20
  12. [node name="ServerControl" parent="Box" instance=ExtResource( 1 )]
  13. anchor_right = 0.0
  14. anchor_bottom = 0.0
  15. margin_right = 502.0
  16. margin_bottom = 600.0
  17. size_flags_horizontal = 3
  18. [node name="VBoxContainer" type="VBoxContainer" parent="Box"]
  19. margin_left = 522.0
  20. margin_right = 1024.0
  21. margin_bottom = 600.0
  22. size_flags_horizontal = 3
  23. [node name="Client" parent="Box/VBoxContainer" instance=ExtResource( 2 )]
  24. anchor_right = 0.0
  25. anchor_bottom = 0.0
  26. margin_right = 502.0
  27. margin_bottom = 197.0
  28. size_flags_horizontal = 3
  29. size_flags_vertical = 3
  30. [node name="Client2" parent="Box/VBoxContainer" instance=ExtResource( 2 )]
  31. anchor_right = 0.0
  32. anchor_bottom = 0.0
  33. margin_top = 201.0
  34. margin_right = 502.0
  35. margin_bottom = 398.0
  36. size_flags_horizontal = 3
  37. size_flags_vertical = 3
  38. [node name="Client3" parent="Box/VBoxContainer" instance=ExtResource( 2 )]
  39. anchor_right = 0.0
  40. anchor_bottom = 0.0
  41. margin_top = 402.0
  42. margin_right = 502.0
  43. margin_bottom = 600.0
  44. size_flags_horizontal = 3
  45. size_flags_vertical = 3