const TILE_WIDTH = 8; const TILE_HEIGHT = 8; module.exports = { TILE_WIDTH, TILE_HEIGHT }