diff options
author | George L. Albany <Megacake1234@gmail.com> | 2024-10-23 19:57:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-23 19:57:42 +0000 |
commit | 3383574da59b5296023e547018d5b0d69cf605dc (patch) | |
tree | 00aadc86431cdae11880a09bb2d51f9184931f35 /editor/icons | |
parent | 5320e3b5d66e213a2107c76f94e32f91a7e87732 (diff) | |
parent | e8e8a88280e7a87fad98c852c04cafd963bbb065 (diff) | |
download | redot-engine-3383574da59b5296023e547018d5b0d69cf605dc.tar.gz |
Merge pull request #726 from valkyrienyanko/add-pixel-snap-to-tile-editor
Add One Pixel Snap Button to the Tile Data Editor
Diffstat (limited to 'editor/icons')
-rw-r--r-- | editor/icons/SnapHalf.svg (renamed from editor/icons/Snap.svg) | 0 | ||||
-rw-r--r-- | editor/icons/SnapOne.svg | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/editor/icons/Snap.svg b/editor/icons/SnapHalf.svg index 3c2f76e7a0..3c2f76e7a0 100644 --- a/editor/icons/Snap.svg +++ b/editor/icons/SnapHalf.svg diff --git a/editor/icons/SnapOne.svg b/editor/icons/SnapOne.svg new file mode 100644 index 0000000000..8e74e2e4b8 --- /dev/null +++ b/editor/icons/SnapOne.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path fill="#fff" fill-opacity=".8" d="M7,13h2v-2c0-1.1.9-2,2-2s2,.9,2,2v2h2v-2c0-2.2-1.8-4-4-4s-4,1.8-4,4v2Z"/><path fill="#e0e0e0" d="M8,2v3.9h3.9v-3.9h-3.9ZM2,2v3.9h3.9v-3.9h-3.9ZM2,8v3.9h3.9v-3.9h-3.9ZM7,13v2h2v-2h-2ZM13,13v2h2v-2h-2Z"/></svg>
\ No newline at end of file |