-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNewAccount.tscn
187 lines (175 loc) · 4.17 KB
/
NewAccount.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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
[gd_scene load_steps=4 format=2]
[ext_resource path="res://OpenSeed-Godot/NewAccount.gd" type="Script" id=1]
[ext_resource path="res://OpenSeed-Godot/OpenSeed.png" type="Texture" id=2]
[ext_resource path="res://OpenSeed-Godot/openseed_theme.tres" type="Theme" id=3]
[node name="NewAccount" type="Control"]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -200.0
margin_top = -267.5
margin_right = 200.0
margin_bottom = 267.5
grow_horizontal = 2
grow_vertical = 2
rect_min_size = Vector2( 468, 632 )
theme = ExtResource( 3 )
script = ExtResource( 1 )
__meta__ = {
"_edit_group_": true,
"_edit_use_anchors_": false
}
[node name="shadow" type="Panel" parent="."]
modulate = Color( 0.0901961, 0.0901961, 0.0901961, 0.52549 )
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 7.36646
margin_top = 9.82193
margin_right = 7.36646
margin_bottom = 9.82193
grow_horizontal = 2
grow_vertical = 2
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Panel" type="Panel" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
__meta__ = {
"_edit_lock_": true,
"_edit_use_anchors_": false
}
[node name="Label" type="Label" parent="."]
anchor_left = 0.5
anchor_right = 0.5
margin_left = -96.0
margin_top = 207.374
margin_right = 101.0
margin_bottom = 236.374
grow_horizontal = 2
grow_vertical = 2
text = "Create Account"
align = 1
valign = 1
uppercase = true
__meta__ = {
"_edit_lock_": true,
"_edit_use_anchors_": false
}
[node name="Username" type="LineEdit" parent="."]
anchor_left = 0.1
anchor_top = 0.54
anchor_right = 0.9
anchor_bottom = 0.59
margin_left = 1.2
margin_top = -43.28
margin_right = 0.800049
margin_bottom = -29.88
grow_horizontal = 2
grow_vertical = 2
max_length = 255
placeholder_text = "Username"
__meta__ = {
"_edit_lock_": true,
"_edit_use_anchors_": false
}
[node name="Email" type="LineEdit" parent="."]
anchor_left = 0.1
anchor_top = 0.65
anchor_right = 0.9
anchor_bottom = 0.65
margin_left = 1.20001
margin_top = -36.269
margin_right = 1.20001
margin_bottom = 8.73096
grow_horizontal = 2
grow_vertical = 2
max_length = 255
placeholder_text = "Email"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Passphrase" type="LineEdit" parent="."]
anchor_left = 0.1
anchor_top = 0.65
anchor_right = 0.9
anchor_bottom = 0.65
margin_left = 1.20001
margin_top = 38.7829
margin_right = 1.20001
margin_bottom = 83.7829
grow_horizontal = 2
grow_vertical = 2
max_length = 255
secret = true
placeholder_text = "Passphrase"
__meta__ = {
"_edit_lock_": true,
"_edit_use_anchors_": false
}
[node name="TextureRect" type="TextureRect" parent="."]
self_modulate = Color( 1, 1, 1, 0.560784 )
anchor_left = 0.5
anchor_right = 0.5
margin_left = -71.5
margin_top = 47.8223
margin_right = 889.5
margin_bottom = 933.822
grow_horizontal = 2
grow_vertical = 2
rect_scale = Vector2( 0.15, 0.15 )
texture = ExtResource( 2 )
__meta__ = {
"_edit_lock_": true,
"_edit_use_anchors_": false
}
[node name="Create" type="Button" parent="."]
anchor_left = 1.0
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = -116.366
margin_top = -51.1387
margin_right = -21.3664
margin_bottom = -14.1387
grow_horizontal = 0
grow_vertical = 0
text = "Create"
__meta__ = {
"_edit_lock_": true,
"_edit_use_anchors_": false
}
[node name="Cancel" type="Button" parent="."]
anchor_top = 1.0
anchor_bottom = 1.0
margin_left = 18.4991
margin_top = -51.1387
margin_right = 113.499
margin_bottom = -14.1387
grow_horizontal = 0
grow_vertical = 0
text = "Cancel"
__meta__ = {
"_edit_lock_": true,
"_edit_use_anchors_": false
}
[node name="notification" type="Label" parent="."]
visible = false
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.519
margin_left = -97.0
margin_top = 133.5
margin_right = 96.0
margin_bottom = 140.033
align = 1
valign = 1
[connection signal="text_changed" from="Username" to="." method="_on_Username_text_changed"]
[connection signal="text_changed" from="Email" to="." method="_on_Email_text_changed"]
[connection signal="text_changed" from="Passphrase" to="." method="_on_Passphrase_text_changed"]
[connection signal="pressed" from="Create" to="." method="_on_Create_pressed"]
[connection signal="pressed" from="Cancel" to="." method="_on_Cancel_pressed"]