Private
Public Access
1
0

fix background
All checks were successful
Dynamic Branch Deploy / build-and-deploy (push) Successful in 1m32s

This commit is contained in:
Sebastian Unterschütz
2025-11-24 23:31:40 +01:00
parent c82d7f41bd
commit e24513f35a

View File

@@ -261,7 +261,7 @@ func initGameConfig() {
{ID: "trashcan", Width: 25, Height: 35, Color: "#555", Image: "trash.png"}, {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}, {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") log.Println("✅ Game Config initialisiert")
} }