Update life.go
This commit is contained in:
parent
db71b4c9b9
commit
0f3d428d79
1 changed files with 2 additions and 2 deletions
|
@ -55,8 +55,8 @@ func main() {
|
|||
|
||||
// Init - Initialize game
|
||||
func (g *Game) Init(clear bool) {
|
||||
g.ScreenWidth = 1920
|
||||
g.ScreenHeight = 1100
|
||||
g.ScreenWidth = 1024
|
||||
g.ScreenHeight = 768
|
||||
g.FramesCounter = 0
|
||||
|
||||
g.Cols = g.ScreenWidth / squareSize
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue