rename settings to config

This commit is contained in:
2023-07-07 18:10:15 +02:00
parent 1db9417dbb
commit 05ec82d8e8
7 changed files with 22 additions and 22 deletions

View File

@@ -19,9 +19,9 @@ func main() {
CurrentLevel: 0,
CurrentPlayground: 0,
},
Settings: &konstructor.Settings{
Config: &konstructor.Config{
Name: "Game",
Screen: &konstructor.ScreenSettings{
Screen: &konstructor.ScreenConfig{
Width: 320,
Height: 240,
Scale: 2,