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