diff options
author | kobewi <kobewi4e@gmail.com> | 2021-12-02 13:01:49 +0100 |
---|---|---|
committer | kobewi <kobewi4e@gmail.com> | 2022-01-13 12:29:05 +0100 |
commit | f524ddebd5bc4ff727b53ad44ec474753ea444bd (patch) | |
tree | 3ac6866d0dea169967c2dc08582ba032ae12ecf8 /modules/gdscript/icons | |
parent | 28174d531b7128f0281fc2b88da2f4962fd3513e (diff) |
Make script type distinguishable by icon
Diffstat (limited to 'modules/gdscript/icons')
-rw-r--r-- | modules/gdscript/icons/GDScriptInternal.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gdscript/icons/GDScriptInternal.svg b/modules/gdscript/icons/GDScriptInternal.svg new file mode 100644 index 0000000000..fcabaafbd0 --- /dev/null +++ b/modules/gdscript/icons/GDScriptInternal.svg @@ -0,0 +1 @@ +<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="m7 1-.56445 2.2578c-.2364329.0758517-.4668872.16921-.68945.2793l-1.9883-1.1934-1.4141 1.4141 1.1953 1.9941c-.1119126.2211335-.2072287.4502818-.28516.68555l-2.2539.5625v2l2.2578.56445c.075942.2357685.1692993.465568.2793.6875l-1.1934 1.9902 1.4141 1.4141 1.9941-1.1953c.2211335.111913.4502818.207229.68555.28516l.5625 2.2539h2l.56445-2.2578c.2357685-.07594.465568-.169299.6875-.2793l1.9902 1.1934 1.4141-1.4141-1.1953-1.9941c.111913-.221133.207229-.4502818.28516-.68555l2.2539-.5625v-2l-2.2578-.56445c-.075942-.2357685-.169299-.4655679-.2793-.6875l1.1934-1.9902-1.4141-1.4141-1.9941 1.1953c-.221133-.1119126-.4502818-.2072287-.68555-.28516l-.5625-2.2539zm1 5c1.1045695 0 2 .8954305 2 2s-.8954305 2-2 2-2-.8954305-2-2 .8954305-2 2-2z" fill="none" stroke="#e0e0e0"/></svg> |