-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDynamicServer.tscn
75 lines (63 loc) · 2.16 KB
/
DynamicServer.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
[gd_scene load_steps=7 format=2]
[ext_resource path="res://Server.tscn" type="PackedScene" id=1]
[ext_resource path="res://DynamicServer.gd" type="Script" id=2]
[ext_resource path="res://addons/FontAwesome5/fa-solid-900.ttf" type="DynamicFontData" id=3]
[ext_resource path="res://addons/FontAwesome5/fa-regular-400.ttf" type="DynamicFontData" id=4]
[sub_resource type="DynamicFont" id=1]
size = 15
font_data = ExtResource( 4 )
[sub_resource type="DynamicFont" id=2]
font_data = ExtResource( 3 )
[node name="Server" instance=ExtResource( 1 )]
script = ExtResource( 2 )
[node name="ClipBoard" parent="Meta" index="1"]
custom_fonts/font = SubResource( 1 )
[node name="ConfigWindow" parent="Meta" index="2"]
margin_left = 60.0
margin_top = -31.0
margin_bottom = 70.0
[node name="Database" type="Control" parent="Meta/ConfigWindow" index="1"]
visible = false
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 4.0
margin_top = 32.0
margin_right = -4.0
margin_bottom = -4.0
[node name="DatabaseConfig" type="TextEdit" parent="Meta/ConfigWindow/Database" index="0"]
modulate = Color( 1, 0.196078, 0.196078, 1 )
margin_left = 60.0
margin_right = 180.0
margin_bottom = 24.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label" type="Label" parent="Meta/ConfigWindow/Database" index="1"]
margin_top = 5.0
margin_right = 57.0
margin_bottom = 19.0
text = "Master:"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="DatabaseConfig2" type="TextEdit" parent="Meta/ConfigWindow/Database" index="2"]
margin_left = 60.0
margin_top = 30.0
margin_right = 180.0
margin_bottom = 54.0
readonly = true
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label2" type="Label" parent="Meta/ConfigWindow/Database" index="3"]
margin_top = 35.0
margin_right = 57.0
margin_bottom = 49.0
text = "Replicas:"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Icon" parent="Meta/ToggleConfig" index="0"]
custom_fonts/font = SubResource( 2 )
[connection signal="text_changed" from="Meta/ConfigWindow/Database/DatabaseConfig" to="." method="_on_DatabaseConfig_text_changed"]
[connection signal="text_changed" from="Meta/ConfigWindow/Database/DatabaseConfig2" to="." method="_on_DatabaseConfig_text_changed"]