pixel-editor/js/File.js

12 lines
256 B
JavaScript

// 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()
*/