formatting
This commit is contained in:
parent
77b6918c9f
commit
b7d75233db
6
pong.go
6
pong.go
@ -6,9 +6,9 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
winWidth = 800
|
winWidth = 800
|
||||||
winHeight = 600
|
winHeight = 600
|
||||||
state = start
|
state = start
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
@ -80,5 +80,3 @@ func main() {
|
|||||||
gameLoop(pixels, player1, player2, ball, renderer, tex, keyState)
|
gameLoop(pixels, player1, player2, ball, renderer, tex, keyState)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user