摘要: 今天研究了下基本的代码,笔记下注释/// <summary>/// This is the main type for your game/// </summary>public class Game1 : Microsoft.Xna.Framework.Game{ GraphicsDeviceManager graphics; SpriteBatch spriteBatch; public Game1() { graphics = new GraphicsDeviceManager(this); Content.RootDirectory ... 阅读全文
posted @ 2010-08-09 23:01 William Zhao 阅读(141) 评论(0) 推荐(0) 编辑