1
Beginners' Technical Questions / Re: Play quit GUI corrupted
« on: Yesterday at 15:25 »
If you meant the GUI popping up via QuitGame(1) this one is hard-coded into the engine, so it will not appear in the GUI list and is not editable.
I don't know what you meant by it corrupted (could you post a screenshot?), but it's possible that you changed the fonts, etc. of the game and the hard-coded one may not look good with such changed settings.
Anyway, to make an editable and more "professionally-looking" quit GUI make your own custom one (together with the necessary scripts).
I don't know what you meant by it corrupted (could you post a screenshot?), but it's possible that you changed the fonts, etc. of the game and the hard-coded one may not look good with such changed settings.
Anyway, to make an editable and more "professionally-looking" quit GUI make your own custom one (together with the necessary scripts).

