remove console logs

This commit is contained in:
StrangeD0s
2023-02-18 21:07:38 +01:00
parent 35bf935ccc
commit 4ec4e0ad24
9 changed files with 452 additions and 29 deletions
+1 -1
View File
@@ -367,7 +367,7 @@ function renderBullets(ctx, spriteAtlas, dt, frame) {
ctx.fillRect(bullet.x, bullet.y, ammoType.width, ammoType.height)
}
if (bullet.sprites !== undefined) {
console.log('log bullet entity ', bullet)
// console.log('log bullet entity ', bullet)
drawSprite(bullet, spriteAtlas, dt, frame)
}
}