Skip to content

Commit a938ba2

Browse files
committed
Try on another name: Oh My Git!
1 parent b9b32c6 commit a938ba2

11 files changed

+69
-55
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- '*'
77

88
env:
9-
PROJECT_NAME: ${{ github.event.repository.name }}
9+
PROJECT_NAME: oh-my-git
1010
GODOT_VERSION: 3.2.3
1111

1212
jobs:

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name = "git-hydra"
1+
name = "oh-my-git"
22

33
all: linux macos windows
44

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# git-hydra
1+
# Oh My Git!
22

3-
**git-hydra** (working title) is an open-source game about learning Git!
3+
**Oh My Git!** is an open-source game about learning Git!
44

55
The current form is an early prototype, and will change significantly until the end of February 2021.
66

export_presets.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ script_encryption_key=""
4242

4343
custom_template/debug=""
4444
custom_template/release=""
45-
application/name="git-hydra"
45+
application/name="Oh My Git!"
4646
application/info=""
4747
application/icon=""
4848
application/identifier=""

images/oh-my-git.png

320 KB
Loading

images/oh-my-git.png.import

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
[remap]
2+
3+
importer="texture"
4+
type="StreamTexture"
5+
path="res://.import/oh-my-git.png-03c5c1a10d0db12a4f28d5f579674ccb.stex"
6+
metadata={
7+
"vram_texture": false
8+
}
9+
10+
[deps]
11+
12+
source_file="res://images/oh-my-git.png"
13+
dest_files=[ "res://.import/oh-my-git.png-03c5c1a10d0db12a4f28d5f579674ccb.stex" ]
14+
15+
[params]
16+
17+
compress/mode=0
18+
compress/lossy_quality=0.7
19+
compress/hdr_mode=0
20+
compress/bptc_ldr=0
21+
compress/normal_map=0
22+
flags/repeat=0
23+
flags/filter=true
24+
flags/mipmaps=false
25+
flags/anisotropic=false
26+
flags/srgb=2
27+
process/fix_alpha_border=true
28+
process/premult_alpha=false
29+
process/HDR_as_SRGB=false
30+
process/invert_color=false
31+
stream=false
32+
size_limit=0
33+
detect_3d=true
34+
svg/scale=1.0

levels/sequence

+5
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,9 @@ files
33
branches
44
merge
55
index
6+
remotes
7+
changing-the-past
8+
shit-happens
9+
workflows
10+
bisect
611
sandbox

project.godot

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ _global_script_class_icons={
5050

5151
[application]
5252

53-
config/name="Git Guru"
53+
config/name="Oh My Git!"
5454
run/main_scene="res://scenes/title.tscn"
5555
config/use_custom_user_dir=true
5656
boot_splash/bg_color=Color( 0, 0, 0, 1 )

scenes/level_select.tscn

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ margin_left = 63.0
8181
margin_top = 159.0
8282
margin_right = 378.0
8383
margin_bottom = 220.0
84-
text = "Help us improving git-hydra by
84+
text = "Help us improving Oh My Git! by
8585
answering some questions:"
8686
__meta__ = {
8787
"_edit_use_anchors_": false

scenes/survey.tscn

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ margin_top = 234.592
3131
margin_right = 1034.46
3232
margin_bottom = 290.592
3333
custom_fonts/font = ExtResource( 4 )
34-
text = "git-hydra"
34+
text = "Oh My Git!"
3535
__meta__ = {
3636
"_edit_use_anchors_": false
3737
}
@@ -88,7 +88,7 @@ __meta__ = {
8888
margin_right = 466.0
8989
margin_bottom = 93.0
9090
text = "Thank you very much for playing!
91-
Please help us improve git-hydra
91+
Please help us improve Oh My Git!
9292
by filling out this survey:"
9393
align = 1
9494

scenes/title.tscn

+21-46
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
1-
[gd_scene load_steps=7 format=2]
1+
[gd_scene load_steps=5 format=2]
22

33
[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]
55
[ext_resource path="res://scenes/title.gd" type="Script" id=3]
6-
[ext_resource path="res://fonts/cabin-bold.ttf" type="DynamicFontData" id=4]
76
[ext_resource path="res://fonts/default.tres" type="DynamicFont" id=5]
87

9-
[sub_resource type="DynamicFont" id=1]
10-
size = 80
11-
use_mipmaps = true
12-
use_filter = true
13-
font_data = ExtResource( 4 )
14-
158
[node name="Title" type="Control"]
169
anchor_right = 1.0
1710
anchor_bottom = 1.0
@@ -21,32 +14,11 @@ __meta__ = {
2114
"_edit_use_anchors_": false
2215
}
2316

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-
4517
[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
5022
custom_fonts/font = ExtResource( 5 )
5123
custom_colors/font_color = Color( 0.533333, 0.392157, 0.392157, 1 )
5224
text = "by bleeptrack & blinry"
@@ -56,10 +28,10 @@ __meta__ = {
5628
}
5729

5830
[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
6335
custom_fonts/font = ExtResource( 5 )
6436
custom_colors/font_color = Color( 0.533333, 0.392157, 0.392157, 1 )
6537
text = "Original score by winniehell"
@@ -68,15 +40,11 @@ __meta__ = {
6840
"_edit_use_anchors_": false
6941
}
7042

71-
[node name="head" type="Sprite" parent="."]
72-
position = Vector2( 944.114, 185.713 )
73-
texture = ExtResource( 2 )
74-
7543
[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
8048
__meta__ = {
8149
"_edit_use_anchors_": false
8250
}
@@ -97,6 +65,13 @@ margin_top = 88.0
9765
margin_right = 351.0
9866
margin_bottom = 127.0
9967
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 )
10075
[connection signal="pressed" from="VBoxContainer/Button" to="." method="levels"]
10176
[connection signal="pressed" from="VBoxContainer/Button3" to="." method="sandbox"]
10277
[connection signal="pressed" from="VBoxContainer/Button2" to="." method="quit"]

0 commit comments

Comments
 (0)