diff options
Diffstat (limited to 'game.js')
-rw-r--r-- | game.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -372,7 +372,6 @@ window.addEventListener('load', function () { console.assert(puzzleWidth === data[8]); console.assert(puzzleHeight === data[9]); } - console.log(data); const nibTypesOffset = 10; const nibTypeCount = 2 * puzzleWidth * puzzleHeight - puzzleWidth - puzzleHeight; const nibTypes = new Uint16Array(payload, nibTypesOffset, nibTypeCount); |