-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProfile.tscn
132 lines (117 loc) · 3.38 KB
/
Profile.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
[gd_scene load_steps=6 format=2]
[ext_resource path="res://OpenSeed-Godot/openseed_theme.tres" type="Theme" id=1]
[ext_resource path="res://OpenSeed-Godot/Profile.gd" type="Script" id=2]
[ext_resource path="res://OpenSeed-Godot/Contact.tscn" type="PackedScene" id=3]
[ext_resource path="res://OpenSeed-Godot/Fonts/GameBig.tres" type="DynamicFont" id=4]
[ext_resource path="res://Fonts/NaviFont.tres" type="DynamicFont" id=5]
[node name="Profile" type="Panel"]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -699.0
margin_top = -438.0
margin_right = 705.0
margin_bottom = 372.0
grow_horizontal = 2
grow_vertical = 2
theme = ExtResource( 1 )
script = ExtResource( 2 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Shadow" type="Panel" parent="."]
self_modulate = Color( 0.0823529, 0.0705882, 0.0705882, 0.203922 )
show_behind_parent = true
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 18.1765
margin_top = 18.1765
margin_right = 18.1765
margin_bottom = 18.1765
__meta__ = {
"_edit_use_anchors_": false
}
[node name="VBoxContainer" type="VBoxContainer" parent="."]
margin_left = 15.0
margin_top = 8.0
margin_right = 1391.0
margin_bottom = 802.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="titleArea" type="HBoxContainer" parent="VBoxContainer"]
margin_right = 1376.0
margin_bottom = 128.0
[node name="Contact" parent="VBoxContainer/titleArea" instance=ExtResource( 3 )]
margin_right = 128.0
margin_bottom = 128.0
rect_min_size = Vector2( 128, 128 )
[node name="VBoxContainer" type="VBoxContainer" parent="VBoxContainer/titleArea"]
margin_left = 136.0
margin_right = 460.0
margin_bottom = 128.0
alignment = 1
[node name="username" type="Label" parent="VBoxContainer/titleArea/VBoxContainer"]
margin_top = 28.0
margin_right = 324.0
margin_bottom = 99.0
custom_fonts/font = ExtResource( 4 )
text = "User Name"
[node name="ScrollContainer" type="ScrollContainer" parent="VBoxContainer"]
margin_top = 136.0
margin_right = 1376.0
margin_bottom = 736.0
grow_horizontal = 2
grow_vertical = 2
rect_min_size = Vector2( 0, 600 )
[node name="VBoxContainer" type="VBoxContainer" parent="VBoxContainer/ScrollContainer"]
margin_right = 588.0
margin_bottom = 70.0
grow_horizontal = 2
grow_vertical = 2
[node name="about" type="Label" parent="VBoxContainer/ScrollContainer/VBoxContainer"]
margin_right = 588.0
margin_bottom = 33.0
grow_vertical = 0
custom_fonts/font = ExtResource( 5 )
text = "About"
valign = 2
autowrap = true
[node name="Label" type="Label" parent="VBoxContainer/ScrollContainer/VBoxContainer"]
margin_top = 41.0
margin_right = 588.0
margin_bottom = 70.0
text = "More coming Soon. How soon....pretty soon."
[node name="Control" type="Control" parent="VBoxContainer"]
margin_top = 744.0
margin_right = 1376.0
margin_bottom = 794.0
rect_min_size = Vector2( 0, 50 )
[node name="Close" type="Button" parent="VBoxContainer/Control"]
anchor_top = 0.5
anchor_bottom = 0.5
margin_top = -20.0
margin_right = 60.0
margin_bottom = 20.0
grow_vertical = 2
rect_min_size = Vector2( 95, 49 )
text = "Close"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="request" type="Button" parent="VBoxContainer/Control"]
anchor_left = 1.0
anchor_top = 0.5
anchor_right = 1.0
anchor_bottom = 0.5
margin_left = -173.0
margin_top = -20.0
margin_bottom = 20.0
grow_horizontal = 0
grow_vertical = 2
rect_min_size = Vector2( 0, 49 )
text = "Connect With User"
__meta__ = {
"_edit_use_anchors_": false
}