diff options
Diffstat (limited to 'html/rogue/js/game.js')
-rw-r--r-- | html/rogue/js/game.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/html/rogue/js/game.js b/html/rogue/js/game.js index e0010b7..d5891d7 100644 --- a/html/rogue/js/game.js +++ b/html/rogue/js/game.js @@ -26,7 +26,6 @@ function init() { requestAnimationFrame(gameLoop); } -// Draw a single hex function drawHex(ctx, x, y, hex) { const screenX = x - Camera.x; const screenY = y - Camera.y; |