Updated window title

This commit is contained in:
Sergio Vera Castellano 2018-01-12 12:23:10 +01:00
parent fe852f27d5
commit 2294900816
1 changed files with 1 additions and 1 deletions

View File

@ -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,
}