Private
Public Access
1
0

fix background.jpg
All checks were successful
Dynamic Branch Deploy / build-and-deploy (push) Successful in 2m7s

This commit is contained in:
Sebastian Unterschütz
2025-11-24 22:45:14 +01:00
parent 3314de06d3
commit 613a37ec09

View File

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