Fix games

This commit is contained in:
Milan Nikolic 2018-05-06 14:42:17 +02:00
parent 883e8fa00f
commit 041fa24e1f
3 changed files with 23 additions and 34 deletions

View file

@ -55,8 +55,8 @@ func main() {
// Init - Initialize game
func (g *Game) Init(clear bool) {
g.ScreenWidth = 1920
g.ScreenHeight = 1100
g.ScreenWidth = 800
g.ScreenHeight = 450
g.FramesCounter = 0
g.Cols = g.ScreenWidth / squareSize