package utils const ( MapWidth = 100 MapHeight = 100 TileSize = 32 TileHeight = 2.0 )