Very simple menu in XNA [closed]

亡梦爱人 提交于 2019-11-30 15:35:51

The Game State Management sample is not long or complicated.

My recommendation is to make your way through it until you understand how they implemented the menu system, which is close to the most basic menu that you can have, while maintaining the minimum functionality of what a menu should do.

I don't have a tutorial currently walking you through building a menu, but I do have one covering screen states (this is what you would use to get your "Press Enter to Start" screen).

You can read through that tutorial here -> http://www.xnadevelopment.com/tutorials/thestateofthings/thestateofthings.shtml

I wrote the tutorial to ease people into understanding the Game State Management tutorial on the creator's site so hopefully it's helpful in getting you to understand the concepts.

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