diff --git a/lights/main.go b/lights/main.go index 0ab4ba9..8faf78a 100644 --- a/lights/main.go +++ b/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/lights/screenshot.png b/lights/screenshot.png index f4f3b2f..81d767e 100644 Binary files a/lights/screenshot.png and b/lights/screenshot.png differ