Try on another name: Oh My Git!

This commit is contained in:
blinry 2021-02-05 15:00:13 +01:00
parent b9b32c66e4
commit a938ba206f
11 changed files with 69 additions and 55 deletions

View file

@ -81,7 +81,7 @@ margin_left = 63.0
margin_top = 159.0
margin_right = 378.0
margin_bottom = 220.0
text = "Help us improving git-hydra by
text = "Help us improving Oh My Git! by
answering some questions:"
__meta__ = {
"_edit_use_anchors_": false

View file

@ -31,7 +31,7 @@ margin_top = 234.592
margin_right = 1034.46
margin_bottom = 290.592
custom_fonts/font = ExtResource( 4 )
text = "git-hydra"
text = "Oh My Git!"
__meta__ = {
"_edit_use_anchors_": false
}
@ -88,7 +88,7 @@ __meta__ = {
margin_right = 466.0
margin_bottom = 93.0
text = "Thank you very much for playing!
Please help us improve git-hydra
Please help us improve Oh My Git!
by filling out this survey:"
align = 1

View file

@ -1,17 +1,10 @@
[gd_scene load_steps=7 format=2]
[gd_scene load_steps=5 format=2]
[ext_resource path="res://styles/theme.tres" type="Theme" id=1]
[ext_resource path="res://nodes/head1.svg" type="Texture" id=2]
[ext_resource path="res://images/oh-my-git.png" type="Texture" id=2]
[ext_resource path="res://scenes/title.gd" type="Script" id=3]
[ext_resource path="res://fonts/cabin-bold.ttf" type="DynamicFontData" id=4]
[ext_resource path="res://fonts/default.tres" type="DynamicFont" id=5]
[sub_resource type="DynamicFont" id=1]
size = 80
use_mipmaps = true
use_filter = true
font_data = ExtResource( 4 )
[node name="Title" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
@ -21,32 +14,11 @@ __meta__ = {
"_edit_use_anchors_": false
}
[node name="ColorRect" type="ColorRect" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
margin_top = -0.889893
margin_bottom = -0.889893
color = Color( 0, 0, 0, 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label" type="Label" parent="."]
margin_left = 795.993
margin_top = 243.349
margin_right = 1166.99
margin_bottom = 353.349
custom_fonts/font = SubResource( 1 )
text = "Git Guru"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label2" type="Label" parent="."]
margin_left = 773.285
margin_top = 346.274
margin_right = 1114.29
margin_bottom = 402.274
margin_left = 790.904
margin_top = 570.287
margin_right = 1131.91
margin_bottom = 626.287
custom_fonts/font = ExtResource( 5 )
custom_colors/font_color = Color( 0.533333, 0.392157, 0.392157, 1 )
text = "by bleeptrack & blinry"
@ -56,10 +28,10 @@ __meta__ = {
}
[node name="Label3" type="Label" parent="."]
margin_left = 692.22
margin_top = 373.555
margin_right = 1192.22
margin_bottom = 429.555
margin_left = 709.839
margin_top = 597.568
margin_right = 1209.84
margin_bottom = 653.568
custom_fonts/font = ExtResource( 5 )
custom_colors/font_color = Color( 0.533333, 0.392157, 0.392157, 1 )
text = "Original score by winniehell"
@ -68,15 +40,11 @@ __meta__ = {
"_edit_use_anchors_": false
}
[node name="head" type="Sprite" parent="."]
position = Vector2( 944.114, 185.713 )
texture = ExtResource( 2 )
[node name="VBoxContainer" type="VBoxContainer" parent="."]
margin_left = 765.813
margin_top = 465.05
margin_right = 1117.81
margin_bottom = 648.05
margin_left = 783.432
margin_top = 689.063
margin_right = 1135.43
margin_bottom = 872.063
__meta__ = {
"_edit_use_anchors_": false
}
@ -97,6 +65,13 @@ margin_top = 88.0
margin_right = 351.0
margin_bottom = 127.0
text = "Quit"
[node name="Sprite" type="Sprite" parent="."]
[node name="oh-my-git" type="Sprite" parent="Sprite"]
position = Vector2( 969.045, 326.247 )
scale = Vector2( 0.320895, 0.320895 )
texture = ExtResource( 2 )
[connection signal="pressed" from="VBoxContainer/Button" to="." method="levels"]
[connection signal="pressed" from="VBoxContainer/Button3" to="." method="sandbox"]
[connection signal="pressed" from="VBoxContainer/Button2" to="." method="quit"]