Reorganized file tree, made Checkerboard a child of Layer

This commit is contained in:
unsettledgames
2021-11-11 23:13:15 +01:00
parent 1d33259abf
commit aed5f45e64
13 changed files with 107 additions and 80 deletions

12
js/File.js Normal file
View 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()
*/