Skip to content

Commit

Permalink
Add symmetry docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dacap committed Apr 2, 2024
1 parent 25d7e00 commit e1f6fd9
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions drawing.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Some helpers for the drawing process:

* [Preview Window](preview-window.md)
* [Tiled Mode](tiled-mode.md)
* [Symmetry](symmetry.md)

---

Expand Down
34 changes: 34 additions & 0 deletions symmetry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Symmetry

To paint symmetrical sprites, you can use the Symmetry options available
from from *View > Symmetry Options* menu. This will show you
the following buttons in the [context bar](context-bar.md):

![Symmetry Options](symmetry/symmetry-buttons.png)

* ![Horizontal Symmetry Icon](symmetry/horizontal-icon.png) Enables
the Horizontal Symmetry
* ![Vertical Symmetry Icon](symmetry/vertical-icon.png) Enables the
Vertical Symmetry
* ![Symmetry Options Icon](symmetry/options-icon.png) Shows a popup
menu with a *Reset Symmetry to Center* option

When you enable one symmetry axis (e.g. horizontal symmetry/vertical
axis) you can drag-and-drop on-screen handles to configure the
position of the axis:

![Drag symmetry handles](symmetry/drag-handles.gif)

Then just drawing will paint in both sides of the image:

![Draw with symmetry](symmetry/draw-with-symmetry.gif)

You can put the axis in the middle of a pixel if you need to:

![Symmetry in the middle of a pixel](symmetry/mid-pixel.gif)

---

**SEE ALSO**

[Drawing](drawing.md)
Binary file added symmetry/drag-handles.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added symmetry/draw-with-symmetry.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added symmetry/horizontal-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added symmetry/mid-pixel.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added symmetry/options-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added symmetry/symmetry-buttons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added symmetry/vertical-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e1f6fd9

Please sign in to comment.