问题
In my XNA project I have a Game class but I wish to add a Menu screen which will be shown upon application launch. Does anyone know how I can add this? I can't seem to find anything in the project which will do this...
Any help will be highly appreciated.
回答1:
Nothing comes with XNA by default for game screens.
However, there is an official XNA sample which covers this topic and has useful code to tackle multiple game screens.
来源:https://stackoverflow.com/questions/15714366/xna-home-screen