Added LayerList to handle all the functions that involve more than 1 layer

Merge, flatten, add layer, delete layer etc, I'm planning to move a few global variables in Layer to LayerList.
This commit is contained in:
unsettledgames
2021-07-22 22:42:41 +02:00
parent 804a0335b1
commit 6e4ab3990d
10 changed files with 692 additions and 694 deletions

View File

@ -13,7 +13,8 @@
/**init**/
//=include _consts.js
//=include _settings.js
//=include _layer.js
//=include LayerList.js
//=include Layer.js
//=include Startup.js
//=include _pixelGrid.js
//=include _editorMode.js