From e24513f35a58672c55ba500a0a90293d71e64847 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Untersch=C3=BCtz?= Date: Mon, 24 Nov 2025 23:31:40 +0100 Subject: [PATCH] fix background --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 751bd38..c932965 100644 --- a/main.go +++ b/main.go @@ -261,7 +261,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"}, } log.Println("✅ Game Config initialisiert") }