mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-12-15 23:44:42 -05:00
Selection no longer affects the mirroring point of symmetry
Instead, x_symmetry_point and y_symmetry_point are being used in Project.gd that determine the points of symmetry. This is necessary for #133
This commit is contained in:
parent
70ba60cbaa
commit
7529e967e3
4 changed files with 26 additions and 15 deletions
|
|
@ -16,6 +16,8 @@ var guides := [] # Array of Guides
|
|||
|
||||
var brushes := [] # Array of Images
|
||||
|
||||
var x_symmetry_point := -1
|
||||
var y_symmetry_point := -1
|
||||
var x_min := 0
|
||||
var x_max := 64
|
||||
var y_min := 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue