mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Finished implementing layers
Updated readme with the features that should be implemented.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user