goonscape/core/constants.go

9 lines
96 B
Go
Raw Normal View History

2024-09-30 15:34:16 +02:00
package utils
const (
MapWidth = 100
MapHeight = 100
TileSize = 32
TileHeight = 2.0
)