Skip to content

Commit 1454458

Browse files
authored
chore: 📝 add logo to addons folder (#84)
* chore: 📝 add logo to addons folder * chore: 📝 renamed the assetlib icon to `icon.png` * chore: 📝 point the logo to the icon in the repo * chore: 📝 moved icon to repo root * fix: 🐛 updated and renamed `.gitattributes`
1 parent ff68a06 commit 1454458

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

.gitattributes

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Git stuff
2+
/.gitattributes export-ignore
3+
/.gitignore export-ignore
4+
/.gitmodules export-ignore
5+
.github/ export-ignore
6+
/README.md export-ignore
7+
/CONTRIBUTING.md export-ignore
8+
/LICENSE export-ignore
9+
10+
# Tests
11+
test/ export-ignore
12+
13+
# Files not required by AssetLib downloads
14+
/icon.png

.gitattrubutes

Lines changed: 0 additions & 5 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Godot Mod Loader Development Tool
44

5-
<img alt="Godot Mod Loader Devtool Logo" src="https://github.com/KANAjetzt/godot-mod-tools/assets/41547570/243089de-e5ab-4dbd-b215-d053f12ab0d5" width="256" />
5+
<img alt="Godot Mod Loader Devtool Logo" src="https://github.com/GodotModding/godot-mod-tool/blob/main/icon.png" width="256" />
66

77
<br />
88
<br />

icon.png

406 KB
Loading

0 commit comments

Comments
 (0)