* - Adding Factory for Texture2D to create from a list (ie lay a list of texture2D row by row)

* - Adding AddScreen method to ScreenManager to make the PlayerIndex optional (default of PlayerIndex.One)
This commit is contained in:
Nathan Adams
2012-08-02 20:59:41 -05:00
parent 9bab7985ee
commit 4c7c9e6d61
7 changed files with 30 additions and 2 deletions

View File

@@ -1,4 +1,4 @@

using System.Collections.Generic;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;