diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-05-07 20:46:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-07 20:46:06 +0200 |
commit | c3f7465b7efe233eaa8945e41f4029840c1aa153 (patch) | |
tree | 9cdd0f36cc124ee47214e0a0f454b97fa82f6d37 /editor/icons | |
parent | 8976594f4b90edd42a926e483815c829a540d8d2 (diff) | |
parent | a3dda2df85bf3e3ef82dbe1c2377640b9f3fd9c0 (diff) |
Merge pull request #48535 from groud/tiles_squashed
TileSet and TileMap rework (squashed)
Diffstat (limited to 'editor/icons')
-rw-r--r-- | editor/icons/AddAtlasTile.svg | 1 | ||||
-rw-r--r-- | editor/icons/AddAutotile.svg | 1 | ||||
-rw-r--r-- | editor/icons/AddSingleTile.svg | 1 | ||||
-rw-r--r-- | editor/icons/EditAddRemove.svg | 1 | ||||
-rw-r--r-- | editor/icons/EditorHandleDisabled.svg | 1 | ||||
-rw-r--r-- | editor/icons/Eraser.svg | 1 | ||||
-rw-r--r-- | editor/icons/RectangleAddRemove.svg | 1 | ||||
-rw-r--r-- | editor/icons/TerrainMatchCorners.svg | 1 | ||||
-rw-r--r-- | editor/icons/TerrainMatchCornersAndSides.svg | 1 | ||||
-rw-r--r-- | editor/icons/TerrainMatchSides.svg | 1 | ||||
-rw-r--r-- | editor/icons/WarningPattern.svg | 1 |
11 files changed, 8 insertions, 3 deletions
diff --git a/editor/icons/AddAtlasTile.svg b/editor/icons/AddAtlasTile.svg deleted file mode 100644 index a6d94005a8..0000000000 --- a/editor/icons/AddAtlasTile.svg +++ /dev/null @@ -1 +0,0 @@ -<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="m7 1v6h-6v2h6v6h2v-6h6v-2h-6v-6z" fill="#c9cfd4"/></svg> diff --git a/editor/icons/AddAutotile.svg b/editor/icons/AddAutotile.svg deleted file mode 100644 index 52664b3eb6..0000000000 --- a/editor/icons/AddAutotile.svg +++ /dev/null @@ -1 +0,0 @@ -<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="m7 1v6h-6v2h6v6h2v-6h6v-2h-6v-6z" fill="#4490fc"/></svg> diff --git a/editor/icons/AddSingleTile.svg b/editor/icons/AddSingleTile.svg deleted file mode 100644 index 64bf1c99c0..0000000000 --- a/editor/icons/AddSingleTile.svg +++ /dev/null @@ -1 +0,0 @@ -<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="m7 1v6h-6v2h6v6h2v-6h6v-2h-6v-6z" fill="#fce844"/></svg> diff --git a/editor/icons/EditAddRemove.svg b/editor/icons/EditAddRemove.svg new file mode 100644 index 0000000000..307557cbfc --- /dev/null +++ b/editor/icons/EditAddRemove.svg @@ -0,0 +1 @@ +<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="m3.5105509 1c-.554 0-1 .446-1 1v2h4v-2c0-.554-.446-1-1-1zm5.4894491 12.5v1.5h6v-1.5zm-6.4894491-8.5v7l2 3 2-3v-7zm1 1h1v5h-1zm7.7394491 0v2.25h-2.25v1.5h2.25v2.25h1.5v-2.25h2.25v-1.5h-2.25v-2.25z" fill="#e0e0e0"/></svg> diff --git a/editor/icons/EditorHandleDisabled.svg b/editor/icons/EditorHandleDisabled.svg new file mode 100644 index 0000000000..483a25a571 --- /dev/null +++ b/editor/icons/EditorHandleDisabled.svg @@ -0,0 +1 @@ +<svg height="10" viewBox="0 0 10 10" width="10" xmlns="http://www.w3.org/2000/svg"><path d="m5 0c-2.7614237 0-5 2.2385763-5 5s2.2385763 5 5 5 5-2.2385763 5-5-2.2385763-5-5-5zm-.0421327 2.2165215c.014044-.0001063.0280887-.0001063.0421327 0 1.5372727 0 2.7834785 1.2462058 2.7834785 2.7834785s-1.2462058 2.7834785-2.7834785 2.7834785-2.7834785-1.2462058-2.7834785-2.7834785c-.0001743-1.5209681 1.2205519-2.760456 2.7413458-2.7834785z" fill="#fff" fill-opacity=".294118"/></svg> diff --git a/editor/icons/Eraser.svg b/editor/icons/Eraser.svg new file mode 100644 index 0000000000..4995fa863c --- /dev/null +++ b/editor/icons/Eraser.svg @@ -0,0 +1 @@ +<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="m10.228155 1.5447161-9.60250173 9.6107429 1.41421353 1.414213 1.6134635 1.885612.00693-.0069 4.2288056.000024 7.4852811-7.4852817zm-4.4456043 7.2823178 2.3136653 2.5858141-1.0357479 1.035746h-2.5853592l-1.0209853-1.293133z" fill="#e0e0e0" fill-opacity=".996078" stroke-width="1.02405"/></svg> diff --git a/editor/icons/RectangleAddRemove.svg b/editor/icons/RectangleAddRemove.svg new file mode 100644 index 0000000000..87e2155a0d --- /dev/null +++ b/editor/icons/RectangleAddRemove.svg @@ -0,0 +1 @@ +<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="m2 2c-.5522619.0000552-.9999448.4477381-1 1v10c.0000552.552262.4477381.999945 1 1h6v-2h-5v-8h10v1h2v-2c-.000055-.5522619-.447738-.9999448-1-1zm9.25 4v2.25h-2.25v1.5h2.25v2.25h1.5v-2.25h2.25v-1.5h-2.25v-2.25zm-2.25 7.5v1.5h6v-1.5z" fill="#e0e0e0"/></svg> diff --git a/editor/icons/TerrainMatchCorners.svg b/editor/icons/TerrainMatchCorners.svg new file mode 100644 index 0000000000..b9dfcf67d2 --- /dev/null +++ b/editor/icons/TerrainMatchCorners.svg @@ -0,0 +1 @@ +<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><g stroke-width="70.7093"><path d="m15 1h-6v3h3v3h3z" fill="#ffa62a"/><path d="m1 1h6v3h-2.9999996l-.0000004 3h-3.0000004z" fill="#1aab1a"/><path d="m1 15h5.9999999v-3h-3v-3h-2.9999999z" fill="#ffa62a"/><path d="m15.000001 15h-6v-3h2.999999l.000001-2.9999997h3z" fill="#1aab1a"/></g></svg> diff --git a/editor/icons/TerrainMatchCornersAndSides.svg b/editor/icons/TerrainMatchCornersAndSides.svg new file mode 100644 index 0000000000..81153005bd --- /dev/null +++ b/editor/icons/TerrainMatchCornersAndSides.svg @@ -0,0 +1 @@ +<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="m6 1h4v3h-1l-1 1-1-1h-1z" fill="#ffa62a" stroke-width="70.7093"/><path d="m1 15h4v-3h-1v-1h-3z" fill="#1aab1a" stroke-width="70.7093"/><path d="m6 15h4v-3h-1l-1-1-1 1h-1z" fill="#ffa62a" stroke-width="99.998"/><g stroke-width="70.7093"><path d="m1 10v-4h3v1l1 1-1 1v1z" fill="#ffa62a"/><path d="m15 10v-4h-3v1l-1 1 1 1v1z" fill="#ffa62a"/><g fill="#1aab1a"><path d="m15 15h-4v-3h1v-1h3z"/><path d="m15 1h-4v3h1v1h3z"/><path d="m1 1h4.0000004v3h-1v1h-3.0000004z"/></g></g></svg> diff --git a/editor/icons/TerrainMatchSides.svg b/editor/icons/TerrainMatchSides.svg new file mode 100644 index 0000000000..1e2ec75ea7 --- /dev/null +++ b/editor/icons/TerrainMatchSides.svg @@ -0,0 +1 @@ +<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><g stroke-width="70.7093"><path d="m1 14v-12l3 3v2l1 1-1 1v2z" fill="#1aab1a"/><path d="m15 14v-12l-3 2.7057075v2l-1 1.0000001 1 1v1.9999994z" fill="#1aab1a"/><g fill="#ffa62a"><path d="m2 15h12l-3-3h-2l-1-1-1 1h-2z"/><path d="m14 1h-12l2.9999992 3h1.9999998l1.000001.9999999 1-.9999999h1.999999z"/></g></g></svg> diff --git a/editor/icons/WarningPattern.svg b/editor/icons/WarningPattern.svg new file mode 100644 index 0000000000..8ef2c14041 --- /dev/null +++ b/editor/icons/WarningPattern.svg @@ -0,0 +1 @@ +<svg height="64" viewBox="0 0 64 64" width="64" xmlns="http://www.w3.org/2000/svg"><path d="m0 0v8l8-8zm16 0-16 16v8l24-24zm16 0-32 32v8l40-40zm16 0-48 48v8l56-56zm16 0-64 64h8l56-56zm0 16-48 48h8l40-40zm0 16-32 32h8s24-23 24-24zm0 16-16 16h8l8-8z" fill="#fff"/></svg> |