diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-11-08 14:58:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-08 14:58:47 +0100 |
commit | 4206dc6ac95bed86d8f8d040a0e1b73431cdb750 (patch) | |
tree | 4812b492f458d523c28dd3952a6a988a270c5b22 | |
parent | 90edd839d5f67d4252923a720feeef6ad0d76107 (diff) | |
parent | a38b4fd8f271e1a83902e704114cf45f42e51d01 (diff) |
Merge pull request #43380 from YeldhamDev/light2d_icons
Add icons for the new Light2D nodes
-rw-r--r-- | editor/icons/DirectionalLight2D.svg | 1 | ||||
-rw-r--r-- | editor/icons/PointLight2D.svg (renamed from editor/icons/Light2D.svg) | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/editor/icons/DirectionalLight2D.svg b/editor/icons/DirectionalLight2D.svg new file mode 100644 index 0000000000..f30702b502 --- /dev/null +++ b/editor/icons/DirectionalLight2D.svg @@ -0,0 +1 @@ +<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="m7 1v3h2v-3zm-2.5352 2.0508-1.4141 1.4141 1.4141 1.4141 1.4141-1.4141zm7.0703 0-1.4141 1.4141 1.4141 1.4141 1.4141-1.4141zm-3.5352 1.9492c-1.6569 0-3 1.3432-3 3s1.3431 3 3 3 3-1.3432 3-3-1.3431-3-3-3zm-7 2v2h3v-2zm11 0v2h3v-2zm-7.5352 3.1211-1.4141 1.4141 1.4141 1.4141 1.4141-1.4141zm7.0703 0-1.4141 1.4141 1.4141 1.4141 1.4141-1.4141zm-4.5352 1.8789v3h2v-3z" fill="#a5b7f4"/></svg> diff --git a/editor/icons/Light2D.svg b/editor/icons/PointLight2D.svg index d660b82c34..d660b82c34 100644 --- a/editor/icons/Light2D.svg +++ b/editor/icons/PointLight2D.svg |