-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathserver_button.tscn
More file actions
38 lines (35 loc) · 838 Bytes
/
Copy pathserver_button.tscn
File metadata and controls
38 lines (35 loc) · 838 Bytes
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
[gd_scene format=3 uid="uid://cp8sh08kg5k56"]
[node name="ServerButton" type="Button"]
custom_minimum_size = Vector2(0, 70)
anchors_preset = 10
anchor_right = 1.0
offset_bottom = 8.0
grow_horizontal = 2
size_flags_horizontal = 3
[node name="NameLabel" type="Label" parent="."]
layout_mode = 1
anchors_preset = 4
anchor_top = 0.5
anchor_bottom = 0.5
offset_left = 13.0
offset_top = -13.0
offset_right = 60.0
offset_bottom = 13.0
grow_vertical = 2
theme_override_font_sizes/font_size = 25
text = "Name"
[node name="IPLabel" type="Label" parent="."]
layout_mode = 1
anchors_preset = 6
anchor_left = 1.0
anchor_top = 0.5
anchor_right = 1.0
anchor_bottom = 0.5
offset_left = -80.0
offset_top = -13.0
offset_right = -11.0
offset_bottom = 13.0
grow_horizontal = 0
grow_vertical = 2
theme_override_font_sizes/font_size = 25
text = "127.0.0.1"