remove Game prefix from Settings struct

This commit is contained in:
2023-06-30 18:18:01 +02:00
parent c07074aeb9
commit d5482dd9e7
3 changed files with 12 additions and 12 deletions

View File

@@ -32,9 +32,9 @@ func main() {
Action3: ebiten.KeyEscape,
},
},
GameSettings: konstructor.GameSettings{
Settings: konstructor.Settings{
Name: "Game",
ScreenSettings: konstructor.ScreenSettings{
Screen: konstructor.ScreenSettings{
Width: 640,
Height: 480,
},