1
- [gd_scene load_steps =7 format =2 ]
1
+ [gd_scene load_steps =5 format =2 ]
2
2
3
3
[ext_resource path ="res://styles/theme.tres" type ="Theme" id =1 ]
4
- [ext_resource path ="res://nodes/head1.svg " type ="Texture" id =2 ]
4
+ [ext_resource path ="res://images/oh-my-git.png " type ="Texture" id =2 ]
5
5
[ext_resource path ="res://scenes/title.gd" type ="Script" id =3 ]
6
- [ext_resource path ="res://fonts/cabin-bold.ttf" type ="DynamicFontData" id =4 ]
7
6
[ext_resource path ="res://fonts/default.tres" type ="DynamicFont" id =5 ]
8
7
9
- [sub_resource type ="DynamicFont" id =1 ]
10
- size = 80
11
- use_mipmaps = true
12
- use_filter = true
13
- font_data = ExtResource ( 4 )
14
-
15
8
[node name ="Title" type ="Control" ]
16
9
anchor_right = 1.0
17
10
anchor_bottom = 1.0
@@ -21,32 +14,11 @@ __meta__ = {
21
14
"_edit_use_anchors_" : false
22
15
}
23
16
24
- [node name ="ColorRect" type ="ColorRect" parent ="." ]
25
- anchor_right = 1.0
26
- anchor_bottom = 1.0
27
- margin_top = -0.889893
28
- margin_bottom = -0.889893
29
- color = Color ( 0 , 0 , 0 , 1 )
30
- __meta__ = {
31
- "_edit_use_anchors_" : false
32
- }
33
-
34
- [node name ="Label" type ="Label" parent ="." ]
35
- margin_left = 795.993
36
- margin_top = 243.349
37
- margin_right = 1166.99
38
- margin_bottom = 353.349
39
- custom_fonts/font = SubResource ( 1 )
40
- text = "Git Guru"
41
- __meta__ = {
42
- "_edit_use_anchors_" : false
43
- }
44
-
45
17
[node name ="Label2" type ="Label" parent ="." ]
46
- margin_left = 773.285
47
- margin_top = 346.274
48
- margin_right = 1114.29
49
- margin_bottom = 402.274
18
+ margin_left = 790.904
19
+ margin_top = 570.287
20
+ margin_right = 1131.91
21
+ margin_bottom = 626.287
50
22
custom_fonts/font = ExtResource ( 5 )
51
23
custom_colors/font_color = Color ( 0.533333 , 0.392157 , 0.392157 , 1 )
52
24
text = "by bleeptrack & blinry"
@@ -56,10 +28,10 @@ __meta__ = {
56
28
}
57
29
58
30
[node name ="Label3" type ="Label" parent ="." ]
59
- margin_left = 692.22
60
- margin_top = 373.555
61
- margin_right = 1192.22
62
- margin_bottom = 429.555
31
+ margin_left = 709.839
32
+ margin_top = 597.568
33
+ margin_right = 1209.84
34
+ margin_bottom = 653.568
63
35
custom_fonts/font = ExtResource ( 5 )
64
36
custom_colors/font_color = Color ( 0.533333 , 0.392157 , 0.392157 , 1 )
65
37
text = "Original score by winniehell"
@@ -68,15 +40,11 @@ __meta__ = {
68
40
"_edit_use_anchors_" : false
69
41
}
70
42
71
- [node name ="head" type ="Sprite" parent ="." ]
72
- position = Vector2 ( 944.114 , 185.713 )
73
- texture = ExtResource ( 2 )
74
-
75
43
[node name ="VBoxContainer" type ="VBoxContainer" parent ="." ]
76
- margin_left = 765.813
77
- margin_top = 465.05
78
- margin_right = 1117.81
79
- margin_bottom = 648.05
44
+ margin_left = 783.432
45
+ margin_top = 689.063
46
+ margin_right = 1135.43
47
+ margin_bottom = 872.063
80
48
__meta__ = {
81
49
"_edit_use_anchors_" : false
82
50
}
@@ -97,6 +65,13 @@ margin_top = 88.0
97
65
margin_right = 351.0
98
66
margin_bottom = 127.0
99
67
text = "Quit"
68
+
69
+ [node name ="Sprite" type ="Sprite" parent ="." ]
70
+
71
+ [node name ="oh-my-git" type ="Sprite" parent ="Sprite" ]
72
+ position = Vector2 ( 969.045 , 326.247 )
73
+ scale = Vector2 ( 0.320895 , 0.320895 )
74
+ texture = ExtResource ( 2 )
100
75
[connection signal ="pressed" from ="VBoxContainer/Button" to ="." method ="levels" ]
101
76
[connection signal ="pressed" from ="VBoxContainer/Button3" to ="." method ="sandbox" ]
102
77
[connection signal ="pressed" from ="VBoxContainer/Button2" to ="." method ="quit" ]
0 commit comments