fix background
All checks were successful
Dynamic Branch Deploy / build-and-deploy (push) Successful in 1m32s
All checks were successful
Dynamic Branch Deploy / build-and-deploy (push) Successful in 1m32s
This commit is contained in:
2
main.go
2
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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user