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

@ -18,10 +18,6 @@ function getCursorPosition(e) {
return [x,y];
}
// TODO: apply the function below to every getCursorPosition call
// TODO: FIX THIS BELOW
//get cursor position relative to canvas
function getCursorPositionRelative(e, layer) {
var x;