XNA Home Screen

ぐ巨炮叔叔 提交于 2019-12-24 22:24:33

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!