Updated window title
This commit is contained in:
parent
fe852f27d5
commit
2294900816
|
@ -37,7 +37,7 @@ const (
|
||||||
|
|
||||||
func run() {
|
func run() {
|
||||||
cfg := pixelgl.WindowConfig{
|
cfg := pixelgl.WindowConfig{
|
||||||
Title: "Scrolling background demo",
|
Title: "Parallax scrolling demo",
|
||||||
Bounds: pixel.R(0, 0, windowWidth, windowHeight),
|
Bounds: pixel.R(0, 0, windowWidth, windowHeight),
|
||||||
VSync: true,
|
VSync: true,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue