1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- [gd_scene load_steps=3 format=2]
- [ext_resource path="res://server/server.tscn" type="PackedScene" id=1]
- [ext_resource path="res://client/client.tscn" type="PackedScene" id=2]
- [node name="Combo" type="Control"]
- anchor_right = 1.0
- anchor_bottom = 1.0
- mouse_filter = 1
- [node name="Box" type="HBoxContainer" parent="."]
- anchor_right = 1.0
- anchor_bottom = 1.0
- custom_constants/separation = 20
- [node name="ServerControl" parent="Box" instance=ExtResource( 1 )]
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_right = 502.0
- margin_bottom = 600.0
- size_flags_horizontal = 3
- [node name="VBoxContainer" type="VBoxContainer" parent="Box"]
- margin_left = 522.0
- margin_right = 1024.0
- margin_bottom = 600.0
- size_flags_horizontal = 3
- [node name="Client" parent="Box/VBoxContainer" instance=ExtResource( 2 )]
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_right = 502.0
- margin_bottom = 197.0
- size_flags_horizontal = 3
- size_flags_vertical = 3
- [node name="Client2" parent="Box/VBoxContainer" instance=ExtResource( 2 )]
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_top = 201.0
- margin_right = 502.0
- margin_bottom = 398.0
- size_flags_horizontal = 3
- size_flags_vertical = 3
- [node name="Client3" parent="Box/VBoxContainer" instance=ExtResource( 2 )]
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_top = 402.0
- margin_right = 502.0
- margin_bottom = 600.0
- size_flags_horizontal = 3
- size_flags_vertical = 3
|