I am happy to have the "Made with AGK" logo on my splash screen.
However, the icon is needed to brand the game, and I know I can pack it, but the app itself uses the AppGameKit icon for the title of the game.
All I want is to change the Icon in the top left of the app.
I would much rather have the ability to change that icon than the option of the AppGameKit splash screen logo.
I tried changing the setup file with a
icon = "icon.ico" , but it never changed and all I got was the AppGameKit icon.
Is there a list anywhere of the settings we can use for the setup file?