diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2020-10-24 01:47:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-24 01:47:40 +0200 |
| commit | 11f362b510ba7feaab116ff39c1d0b1c7bf9da6f (patch) | |
| tree | a7b24f0b95066d82bf9e4f5f53aee29ae57a8e7f /editor/icons | |
| parent | 64be558443c6ec684a9fffc4ee516a403c8d7e71 (diff) | |
| parent | c26b49fc17578214077626267a2fe022a39965dd (diff) | |
| download | redot-engine-11f362b510ba7feaab116ff39c1d0b1c7bf9da6f.tar.gz | |
Merge pull request #35766 from YeldhamDev/poly2d_uv_editor_improvements
Minor improvements to the Polygon 2D UV editor
Diffstat (limited to 'editor/icons')
| -rw-r--r-- | editor/icons/PaintVertex.svg | 1 | ||||
| -rw-r--r-- | editor/icons/UnpaintVertex.svg | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/editor/icons/PaintVertex.svg b/editor/icons/PaintVertex.svg deleted file mode 100644 index 5a13e4b7d0..0000000000 --- a/editor/icons/PaintVertex.svg +++ /dev/null @@ -1 +0,0 @@ -<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><ellipse cx="8.372881" cy="8.169492" fill="#fff" rx="6.677966" ry="6.067797"/></svg> diff --git a/editor/icons/UnpaintVertex.svg b/editor/icons/UnpaintVertex.svg deleted file mode 100644 index 059fcf6e25..0000000000 --- a/editor/icons/UnpaintVertex.svg +++ /dev/null @@ -1 +0,0 @@ -<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><ellipse cx="8.372881" cy="8.169492" rx="6.677966" ry="6.067797"/></svg> |
