add functions to add and remove pixels from layer-tree

This commit is contained in:
2025-08-09 09:13:03 +01:00
parent e634bb25d7
commit 34c29bcbba
5 changed files with 35 additions and 14 deletions

View File

@@ -48,7 +48,7 @@ struct
, b = 0
, a = 1
, layer = 0
, layerTree = LayerTree.emptyTree
, layerTree = LayerTree.empty
, modalNum = 0
, undo = []
, redo = []