-
Notifications
You must be signed in to change notification settings - Fork 1
/
Sign_In.tscn
255 lines (226 loc) · 6.55 KB
/
Sign_In.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
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
[gd_scene load_steps=21 format=2]
[ext_resource path="res://new_dynamicfont.tres" type="DynamicFont" id=1]
[ext_resource path="res://pictures/dark_orange.png" type="Texture" id=2]
[ext_resource path="res://pictures/button_off.jpg" type="Texture" id=3]
[ext_resource path="res://pictures/button_on.jpg" type="Texture" id=4]
[ext_resource path="res://pictures/logo.png" type="Texture" id=5]
[ext_resource path="res://VERDANA.TTF" type="DynamicFontData" id=6]
[ext_resource path="res://pictures/orange.png" type="Texture" id=7]
[ext_resource path="res://scripts/scene_switcher.gd" type="Script" id=8]
[ext_resource path="res://pictures/made_by.png" type="Texture" id=9]
[ext_resource path="res://pictures/gray.png" type="Texture" id=10]
[ext_resource path="res://pictures/white.png" type="Texture" id=11]
[sub_resource type="DynamicFontData" id=1]
font_path = "res://VERDANAB.TTF"
[sub_resource type="DynamicFont" id=2]
size = 44
outline_color = Color( 0, 0, 0, 1 )
font_data = SubResource( 1 )
[sub_resource type="DynamicFont" id=3]
size = 31
outline_color = Color( 0, 0, 0, 1 )
font_data = SubResource( 1 )
[sub_resource type="StyleBoxEmpty" id=4]
[sub_resource type="StyleBoxEmpty" id=5]
[sub_resource type="DynamicFont" id=6]
resource_local_to_scene = true
size = 24
outline_color = Color( 0, 0, 0, 1 )
use_mipmaps = true
use_filter = true
font_data = ExtResource( 6 )
[sub_resource type="DynamicFont" id=7]
resource_local_to_scene = true
size = 26
outline_color = Color( 0, 0.00392157, 0, 1 )
use_mipmaps = true
use_filter = true
font_data = ExtResource( 6 )
[sub_resource type="DynamicFont" id=8]
size = 42
outline_color = Color( 0, 0, 0, 1 )
font_data = SubResource( 1 )
[sub_resource type="DynamicFont" id=9]
resource_local_to_scene = true
size = 29
outline_color = Color( 0, 0, 0, 1 )
use_mipmaps = true
use_filter = true
font_data = ExtResource( 6 )
[node name="Control" type="Control"]
margin_right = 720.0
margin_bottom = 1280.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="background" type="Sprite" parent="."]
position = Vector2( 360, 640 )
texture = ExtResource( 11 )
[node name="Logo" type="Sprite" parent="."]
position = Vector2( 370, 150 )
scale = Vector2( 2, 2 )
texture = ExtResource( 5 )
[node name="MadeBy" type="Sprite" parent="."]
position = Vector2( 365, 1180 )
scale = Vector2( 1.2, 1.2 )
texture = ExtResource( 9 )
[node name="bar1" type="Sprite" parent="."]
position = Vector2( 360, 600 )
scale = Vector2( 16, 0.1 )
texture = ExtResource( 10 )
[node name="bar2" type="Sprite" parent="."]
position = Vector2( 360, 745 )
scale = Vector2( 16, 0.1 )
texture = ExtResource( 10 )
[node name="SignIn_Label" type="Label" parent="."]
margin_left = 86.636
margin_top = 319.222
margin_right = 293.636
margin_bottom = 385.222
custom_fonts/font = SubResource( 2 )
custom_colors/font_color = Color( 0.164706, 0.176471, 0.184314, 1 )
text = "Sign In "
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Welcome_Label" type="Label" parent="."]
margin_left = 89.0
margin_top = 391.0
margin_right = 664.0
margin_bottom = 448.0
custom_fonts/font = SubResource( 3 )
custom_colors/font_color = Color( 0.835294, 0.85098, 0.862745, 1 )
text = "Welcome to Click'N'Go!"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Email_Label" type="Label" parent="."]
margin_left = 89.0
margin_top = 494.056
margin_right = 164.0
margin_bottom = 526.056
input_pass_on_modal_close_click = false
custom_fonts/font = ExtResource( 1 )
custom_colors/font_color = Color( 0.819608, 0.576471, 0.466667, 1 )
text = "Email"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Signup_Email_Text" type="LineEdit" parent="."]
margin_left = 99.0
margin_top = 547.0
margin_right = 628.0
margin_bottom = 604.0
custom_styles/focus = SubResource( 4 )
custom_styles/normal = SubResource( 5 )
custom_fonts/font = ExtResource( 1 )
custom_colors/font_color = Color( 0, 0, 0, 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Password_Label" type="Label" parent="."]
margin_left = 88.0
margin_top = 643.0
margin_right = 206.0
margin_bottom = 675.0
input_pass_on_modal_close_click = false
custom_fonts/font = SubResource( 6 )
custom_colors/font_color = Color( 0.819608, 0.576471, 0.466667, 1 )
text = "Password"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Signup_Password_Text" type="LineEdit" parent="."]
margin_left = 103.238
margin_top = 693.206
margin_right = 632.238
margin_bottom = 750.206
custom_styles/focus = SubResource( 4 )
custom_styles/normal = SubResource( 5 )
custom_fonts/font = ExtResource( 1 )
custom_colors/font_color = Color( 0, 0, 0, 1 )
secret = true
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label_Tos" type="Label" parent="."]
margin_left = 157.37
margin_top = 799.11
margin_right = 634.37
margin_bottom = 868.11
custom_fonts/font = SubResource( 7 )
custom_colors/font_color = Color( 0, 0, 0, 1 )
text = "I agree to the Terms of Services and
Privacy Policy"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Button_Terms_agreement" type="TextureButton" parent="."]
margin_left = 114.0
margin_top = 810.0
margin_right = 141.0
margin_bottom = 840.0
toggle_mode = true
pressed = true
texture_normal = ExtResource( 3 )
texture_pressed = ExtResource( 4 )
expand = true
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Button_SignIn" type="TextureButton" parent="."]
margin_left = 80.0
margin_top = 900.0
margin_right = 850.0
margin_bottom = 1224.0
rect_scale = Vector2( 0.75, 0.35 )
texture_normal = ExtResource( 7 )
texture_pressed = ExtResource( 2 )
script = ExtResource( 8 )
__meta__ = {
"_edit_use_anchors_": false
}
scene = 1
[node name="SignUp_ButtonLabel" type="Label" parent="."]
margin_left = 290.0
margin_top = 925.0
margin_right = 484.0
margin_bottom = 991.0
custom_fonts/font = SubResource( 8 )
custom_colors/font_color = Color( 1, 1, 1, 1 )
text = "Sign In"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label_Account" type="Label" parent="."]
margin_left = 120.0
margin_top = 1052.0
margin_right = 494.0
margin_bottom = 1118.0
custom_fonts/font = SubResource( 9 )
custom_colors/font_color = Color( 0, 0, 0, 1 )
text = "Don't have an Account?"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Button_SignUp" type="TextureButton" parent="."]
margin_left = 480.0
margin_top = 1045.0
margin_right = 605.0
margin_bottom = 1095.0
script = ExtResource( 8 )
__meta__ = {
"_edit_use_anchors_": false
}
scene = 1
[node name="Label_SignUp" type="Label" parent="."]
margin_left = 480.0
margin_top = 1052.0
margin_right = 569.0
margin_bottom = 1095.0
custom_fonts/font = SubResource( 9 )
custom_colors/font_color = Color( 0.0823529, 0.564706, 0.588235, 1 )
text = "Sign Up"
__meta__ = {
"_edit_use_anchors_": false
}