+ * - Adding properties in DrawableAxiosGameObject to turn on/off the following:
+ * - AdjustUnits + * - RelativeToCamera + * - Cleaning and sorting using statements
This commit is contained in:
@@ -1,12 +1,6 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
using Microsoft.Xna.Framework.Graphics;
|
||||
|
||||
using FarseerPhysics.SamplesFramework;
|
||||
using FarseerPhysics.Factories;
|
||||
using FarseerPhysics.Dynamics;
|
||||
using Microsoft.Xna.Framework.Graphics;
|
||||
|
||||
namespace Axios.Engine.UI
|
||||
{
|
||||
|
@@ -1,9 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
using Axios.Engine;
|
||||
|
||||
namespace Axios.Engine.UI
|
||||
{
|
||||
|
Reference in New Issue
Block a user