Update life.go

This commit is contained in:
Zykatious 2017-12-16 23:08:27 +00:00 committed by GitHub
parent db71b4c9b9
commit 0f3d428d79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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