Remove log
This commit is contained in:
parent
38eabd380a
commit
26c0ff590c
@ -136,7 +136,6 @@ const draw = () => {
|
||||
const sprI = i+64*state.spriteSheetPage;
|
||||
const sprX = sheetX+spriteW*(i%sheetW);
|
||||
const sprY = sheetY+spriteH*Math.floor(i/sheetW);
|
||||
console.log(sprI, getSpriteSheet(page.activeSheet).length);
|
||||
drawSprite(sprX, sprY, sprI);
|
||||
if (i === state.spriteWithinPage) {
|
||||
outlineRect(sprX, sprY, spriteW, spriteH, COLOR.WHITE);
|
||||
|
Loading…
x
Reference in New Issue
Block a user