mirror of
https://github.com/Relintai/pandemonium_demo_projects.git
synced 2024-12-21 13:56:50 +01:00
54 lines
1.3 KiB
Plaintext
54 lines
1.3 KiB
Plaintext
|
[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
|