mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 15:54:44 -04:00
Added a "Mirror View" option in the View menu
Which is used to flip the canvas horizontally and non-destructively. Closes #227
This commit is contained in:
parent
f1eb6bb569
commit
d7008362b5
8 changed files with 56 additions and 16 deletions
|
@ -75,6 +75,7 @@ var right_square_indicator_visible := false
|
|||
|
||||
# View menu options
|
||||
var tile_mode : int = Tile_Mode.NONE
|
||||
var mirror_view := false
|
||||
var draw_grid := false
|
||||
var show_rulers := true
|
||||
var show_guides := true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue