diff --git a/community/parallax-scrolling-background/main.go b/community/parallax-scrolling-background/main.go index a60b21c..8d7ac27 100644 --- a/community/parallax-scrolling-background/main.go +++ b/community/parallax-scrolling-background/main.go @@ -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, }