From 22949008166dc25a51cf4799f2fa51ca4ee48ce6 Mon Sep 17 00:00:00 2001 From: Sergio Vera Castellano Date: Fri, 12 Jan 2018 12:23:10 +0100 Subject: [PATCH] Updated window title --- community/parallax-scrolling-background/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }