fixed merge

This commit is contained in:
Sam Keddy
2020-04-15 00:10:21 +00:00
45 changed files with 5409 additions and 4199 deletions

View File

@@ -1,5 +1,5 @@
function newPixel (width, height, palette) {
// Setting the current layer
// Setting the current layer
currentLayer = new Layer(width, height, canvas);
currentLayer.initialize();
@@ -80,4 +80,4 @@ function newPixel (width, height, palette) {
document.getElementById('save-as-button').classList.remove('disabled');
documentCreated = true;
}
}