mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Reorganized file tree, made Checkerboard a child of Layer
This commit is contained in:
12
js/File.js
Normal file
12
js/File.js
Normal file
@ -0,0 +1,12 @@
|
||||
// A file has layers
|
||||
// It probably contains the LayerList, which should include the layers array
|
||||
// A file contains sprite scaling and canvas resizing
|
||||
|
||||
/*
|
||||
let canvasSize
|
||||
let canvasView
|
||||
let layerList
|
||||
|
||||
resizeCanvas()
|
||||
scaleSprite()
|
||||
*/
|
Reference in New Issue
Block a user