Fix games
This commit is contained in:
parent
883e8fa00f
commit
041fa24e1f
3 changed files with 23 additions and 34 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue