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

@ -98,8 +98,6 @@ function drawRect(x, y) {
vfxContext.rect(startX, startY, x - startX, y - startY);
vfxContext.stroke();
// TODO: make the rect blink from black to white in case of dark backgrounds
}
function applyChanges() {