mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Fixed bugs in canvas intialization. Started layers implementation.
Signed-off-by: npalomba <nicola.palomba@studenti.galileilivorno.gov.it>
This commit is contained in:
@@ -12,6 +12,7 @@ var prevEraserSize = 1;
|
||||
var menuOpen = false;
|
||||
var dialogueOpen = false;
|
||||
var documentCreated = false;
|
||||
var layers =
|
||||
|
||||
// Checkerboard management
|
||||
var firstCheckerBoardColor = 'rgba(139, 139, 139, 1)';
|
||||
|
||||
Reference in New Issue
Block a user