Remove console log
This commit is contained in:
parent
f8b3f5d645
commit
292d1d365e
@ -21,7 +21,6 @@ const state = {
|
||||
const xx = this.selectedPatch%overviewW;
|
||||
const yy = Math.floor(this.selectedPatch/overviewW);
|
||||
const cell = (yy+patchH*Math.floor(i/patchW))*overviewW*patchW+xx*patchW+i%patchW;
|
||||
console.log({i, cell, xx, yy});
|
||||
this.map[cell] = [sprsheet, sprite];
|
||||
},
|
||||
get patch() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user