diff --git a/examples/lights/main.go b/examples/lights/main.go index 0ab4ba99df7514d1eda3656b7b3238eaf5d4713e..8faf78a855fa0dd79b2f6b4077ba617cd8ed8767 100644 --- a/examples/lights/main.go +++ b/examples/lights/main.go @@ -92,7 +92,7 @@ func run() { } cfg := pixelgl.WindowConfig{ - Title: "Color Light", + Title: "Lights", Bounds: pixel.R(0, 0, 1024, 768), VSync: true, } diff --git a/examples/lights/screenshot.png b/examples/lights/screenshot.png index f4f3b2fa56c4d141ab6ea0c58a952195bc80eaa5..81d767e0c7d9d76c033fbaf55884ef43c0fbd222 100644 Binary files a/examples/lights/screenshot.png and b/examples/lights/screenshot.png differ