goonscape/core/constants.go

9 lines
96 B
Go

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