fixes to viewport, config tuning

This commit is contained in:
2019-11-01 15:03:52 +03:00
parent a91351d3dc
commit c6c6b6254d
11 changed files with 228 additions and 173 deletions

View File

@ -7,8 +7,8 @@ import (
)
//fixme move to config
var mapWidth = 150
var mapHeight = 100
var mapWidth = 70
var mapHeight = 50
type Level struct {