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"}, } }