horizontal symmetry brush + symmetry settings

This commit is contained in:
Marco Marinò
2022-01-28 19:05:17 +01:00
parent 2b08f2b1b1
commit 43df37dc81
13 changed files with 203 additions and 715 deletions

View File

@@ -10,6 +10,7 @@ class File {
VFXLayer = undefined;
TMPLayer = undefined;
pixelGrid = undefined;
hSymmetricLayer = undefined;
checkerBoard = undefined
// Canvas resize attributes
@@ -162,6 +163,7 @@ class File {
// Regenerate the checkerboard
currFile.checkerBoard.fillCheckerboard();
currFile.pixelGrid.fillPixelGrid();
currFile.hSymmetricLayer.fillAxis();
// Put the imageDatas in the right position
switch (this.rcPivot)
{