Skip to content

Commit 4a05d0c

Browse files
committed
1 parent 3bf0f70 commit 4a05d0c

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@ res://addons/file-editor/
22
res://addons/godot-plugin-refresher/
33
res://addons/gdunzip/
44
*.import
5+
fonts/
6+
icons.pngs/
7+
user/
8+
screenshots/

addons/github-integration/scenes/GitHub.tscn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ void vertex() {
114114

115115
[sub_resource type="ShaderMaterial" id=20]
116116
shader = SubResource( 19 )
117-
shader_param/speed = 5
117+
shader_param/speed = 0
118118

119119
[sub_resource type="StyleBoxEmpty" id=21]
120120

addons/github-integration/scripts/Commit.gd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ func load_gitignore():
239239

240240
files.clear()
241241
files = filtered_files
242+
files.push_front(gitignore_filepath+".gitignore")
242243
print(files)
243244
emit_signal("files_filtered")
244245

0 commit comments

Comments
 (0)