summaryrefslogtreecommitdiffstats
path: root/editor/icons
diff options
context:
space:
mode:
authorAaron Franke <arnfranke@yahoo.com>2021-02-17 13:02:08 -0500
committerAaron Franke <arnfranke@yahoo.com>2021-02-17 13:06:03 -0500
commit0efbd13d8a3949ce081e24e12e029bbd4bfe2796 (patch)
treebb528e5a8102e53dc9790a0f6661c13b25b3aee7 /editor/icons
parentf91c4c08999cc79586d74973953202a2af4dd7ee (diff)
downloadredot-engine-0efbd13d8a3949ce081e24e12e029bbd4bfe2796.tar.gz
Change fallback icon for abstract nodes to have a grayed out color
Diffstat (limited to 'editor/icons')
-rw-r--r--editor/icons/NodeDisabled.svg1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/icons/NodeDisabled.svg b/editor/icons/NodeDisabled.svg
new file mode 100644
index 0000000000..b2d51fc4fb
--- /dev/null
+++ b/editor/icons/NodeDisabled.svg
@@ -0,0 +1 @@
+<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="m8 2a6 6 0 0 0 -6 6 6 6 0 0 0 6 6 6 6 0 0 0 6-6 6 6 0 0 0 -6-6zm0 2a4 4 0 0 1 4 4 4 4 0 0 1 -4 4 4 4 0 0 1 -4-4 4 4 0 0 1 4-4z" fill="#999"/></svg>