Added tmp layer

The temporary layer (tmp layer) will store selections while the user decides where to put them, so that content below it doesn't get overridden.
This commit is contained in:
unsettledgames
2020-03-04 19:46:19 +01:00
parent c714f5c004
commit 7ec24fc046
5 changed files with 22 additions and 1 deletions

View File

@ -104,6 +104,7 @@
<div id="canvas-view">
<canvas id="vfx-canvas" class = "drawingCanvas"></canvas>
<canvas id = "tmp-canvas" class = "drawingCanvas"></canvas>
<canvas id="pixel-canvas" class = "drawingCanvas"></canvas>
<canvas id="checkerboard" class = "drawingCanvas"></canvas>
</div>