+ * - Adding properties in DrawableAxiosGameObject to turn on/off the following:

+ *   - AdjustUnits
+ *   - RelativeToCamera
+ * - Cleaning and sorting using statements
This commit is contained in:
nathan@daedalus
2012-03-24 18:06:51 -05:00
parent 2cbd7a4910
commit 7d3c8a9f39
26 changed files with 53 additions and 157 deletions

View File

@@ -51,23 +51,18 @@
* 1.0.1.1 - 3/22/2012
* - Fixing UI collision with mouse pointer
* - Adding AxiosRectangle and AxiosPoint classes
* - Adding properties in DrawableAxiosGameObject to turn on/off the following:
* - AdjustUnits
* - RelativeToCamera
* - Cleaning and sorting using statements
*
*
*
*/
using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Audio;
using Microsoft.Xna.Framework.Content;
using Microsoft.Xna.Framework.GamerServices;
using Microsoft.Xna.Framework.Graphics;
using Microsoft.Xna.Framework.Input;
using Microsoft.Xna.Framework.Media;
using System.Reflection;
using Axios.Engine.Extenions;
using Axios.Engine.Log;
using Microsoft.Xna.Framework;
namespace Axios
{