Finished implementing layers

Updated readme with the features that should be implemented.
This commit is contained in:
unsettledgames
2020-06-26 17:38:39 +02:00
parent a860677488
commit 75a6b7ade7
8 changed files with 75 additions and 78 deletions

View File

@@ -41,11 +41,6 @@ function newPixel (width, height, palette) {
canvas = currentLayer.canvas;
context = currentLayer.context;
canvas.style.zIndex = 2;
// TODO: clean layers before creating a new pixel
// Devo togliere tutte le entries tranne la prima
// Devo pulire la preview della prima entry
// Devo cancellare tutte le tele tranne quella con id pixel-canvas
}
// Adding the checkerboard behind it