pointer fixes for kcontext and settings

This commit is contained in:
2023-07-05 22:05:48 +02:00
parent 5425e0036b
commit 5e4f63aecc
7 changed files with 33 additions and 33 deletions

View File

@@ -27,7 +27,7 @@ func main() {
ScreenValue: "MainMenu",
CurrentLevel: 0,
},
Settings: entity.Settings{
Settings: &entity.Settings{
Name: "Game",
Screen: &entity.ScreenSettings{
Width: 640,