From 613a37ec09a90d440439ae811eaa5934848a452e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Untersch=C3=BCtz?= Date: Mon, 24 Nov 2025 22:45:14 +0100 Subject: [PATCH] fix background.jpg --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 335584e..41783a2 100644 --- a/main.go +++ b/main.go @@ -206,7 +206,7 @@ func initGameConfig() { {ID: "trashcan", Width: 25, Height: 35, Color: "#555", Image: "trash.png"}, {ID: "eraser", Width: 30, Height: 20, Color: "#fff", Image: "eraser.png", YOffset: 45.0}, }, - Backgrounds: []string{"background.png"}, + Backgrounds: []string{"background.jpg"}, } }