summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIbrahn Sahir <ibrahn.sahir@gmail.com>2018-06-30 09:14:10 +0100
committerIbrahn Sahir <ibrahn.sahir@gmail.com>2018-07-01 13:51:04 +0100
commite1b14db86ae6dc1c865409a62babb7863e9c0b08 (patch)
treea6a9667a7253c349d37c07f50394c440caf69ffc
parent05cc7020c02a445b2b93f54cab5a202d1cd7143b (diff)
Corrected art depo link in editor icons readme.
-rw-r--r--editor/icons/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/icons/README.md b/editor/icons/README.md
index f3aaa23666..3a2aba5b07 100644
--- a/editor/icons/README.md
+++ b/editor/icons/README.md
@@ -2,11 +2,11 @@ The icons here are optimized SVGs, because the editor renders the svgs at runtim
to be small in size, so they can be efficiently parsed.
The original icons can be found at:
-https://github.com/djrm/godot-design/tree/master/assets/icons
+https://github.com/godotengine/godot-design/tree/master/engine/icons
There you can find the optimizer script.
If you add a new icon, please make a pull request to this repo:
-https://github.com/djrm/godot-design/
+https://github.com/godotengine/godot-design/
and store the the optimized SVG version here.