10
10
[ext_resource path ="res://main/res/imgs/avatar.svg" type ="Texture" id =8 ]
11
11
[ext_resource path ="res://main/scn/buttons/firebase_btn/button.tscn" type ="PackedScene" id =9 ]
12
12
13
- [sub_resource type ="DynamicFont" id =8 ]
13
+ [sub_resource type ="DynamicFont" id =1 ]
14
14
size = 30
15
15
font_data = ExtResource ( 1 )
16
16
17
- [sub_resource type ="DynamicFont" id =5 ]
17
+ [sub_resource type ="DynamicFont" id =2 ]
18
18
size = 49
19
19
font_data = ExtResource ( 2 )
20
20
21
- [sub_resource type ="StyleBoxFlat" id =6 ]
21
+ [sub_resource type ="StyleBoxFlat" id =3 ]
22
22
content_margin_left = 15.0
23
23
content_margin_right = 15.0
24
24
content_margin_top = 15.0
25
25
content_margin_bottom = 15.0
26
26
bg_color = Color ( 1 , 0.886275 , 0.639216 , 0 )
27
27
28
- [sub_resource type ="VisualShaderNodeTexture" id =9 ]
28
+ [sub_resource type ="VisualShaderNodeTexture" id =4 ]
29
29
texture = ExtResource ( 8 )
30
30
31
- [sub_resource type ="VisualShaderNodeTexture" id =10 ]
31
+ [sub_resource type ="VisualShaderNodeTexture" id =5 ]
32
32
source = 2
33
33
34
- [sub_resource type ="VisualShader" id =3 ]
34
+ [sub_resource type ="VisualShader" id =6 ]
35
35
code = "shader_type canvas_item ;
36
36
uniform sampler2D tex_frg_2 ;
37
37
@@ -71,15 +71,15 @@ void light() {
71
71
graph_offset = Vector2 ( -441 , 170 )
72
72
mode = 1
73
73
flags/light_only = false
74
- nodes/fragment/2/node = SubResource ( 9 )
74
+ nodes/fragment/2/node = SubResource ( 4 )
75
75
nodes/fragment/2/position = Vector2 ( -80 , 300 )
76
- nodes/fragment/3/node = SubResource ( 10 )
76
+ nodes/fragment/3/node = SubResource ( 5 )
77
77
nodes/fragment/3/position = Vector2 ( 20 , 120 )
78
78
nodes/fragment/connections = PoolIntArray ( 2 , 1 , 0 , 1 , 3 , 0 , 0 , 0 )
79
79
80
80
[sub_resource type ="ShaderMaterial" id =7 ]
81
81
resource_local_to_scene = true
82
- shader = SubResource ( 3 )
82
+ shader = SubResource ( 6 )
83
83
84
84
[node name ="SignIn" type ="CenterContainer" ]
85
85
anchor_right = 1.0
@@ -120,7 +120,7 @@ custom_constants/separation = 0
120
120
[node name ="Label" type ="Label" parent ="SignContainer/VBoxContainer/VBoxContainer" ]
121
121
margin_right = 320.0
122
122
margin_bottom = 36.0
123
- custom_fonts/font = SubResource ( 8 )
123
+ custom_fonts/font = SubResource ( 1 )
124
124
custom_colors/font_color_shadow = Color ( 0.432587 , 0.449886 , 0.878906 , 1 )
125
125
custom_constants/shadow_offset_x = 2
126
126
custom_constants/shadow_offset_y = 2
@@ -133,7 +133,7 @@ margin_right = 320.0
133
133
margin_bottom = 96.0
134
134
rect_min_size = Vector2 ( 0 , 60 )
135
135
rect_clip_content = false
136
- custom_fonts/normal_font = SubResource ( 5 )
136
+ custom_fonts/normal_font = SubResource ( 2 )
137
137
custom_colors/font_color_shadow = Color ( 0.341176 , 0.356863 , 0.811765 , 1 )
138
138
custom_constants/shadow_offset_x = 3
139
139
custom_constants/shadow_offset_y = 3
@@ -152,7 +152,7 @@ margin_right = 320.0
152
152
margin_bottom = 372.0
153
153
size_flags_horizontal = 3
154
154
size_flags_vertical = 3
155
- custom_styles/panel = SubResource ( 6 )
155
+ custom_styles/panel = SubResource ( 3 )
156
156
157
157
[node name ="UpdateProfile" type ="PanelContainer" parent ="." ]
158
158
margin_left = 377.0
@@ -206,5 +206,7 @@ size_flags_vertical = 10
206
206
text = "Confirm"
207
207
208
208
[node name ="ChosePicture" parent ="." instance =ExtResource ( 5 )]
209
+ current_dir = "/COMPUTER/GodotEngine/FirebaseDemo-SociaDot"
210
+ current_path = "/COMPUTER/GodotEngine/FirebaseDemo-SociaDot/"
209
211
210
212
[node name ="Tween" type ="Tween" parent ="." ]
0 commit comments