Modfying draw method in AxiosGameScreen to draw Gleed2D textures

This commit is contained in:
Nathan Adams
2012-05-12 22:02:23 -05:00
parent d14f65d779
commit f57659e2e1
10 changed files with 117 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ namespace Axios.Engine.Gleed2D
/// <summary>
/// The item's scale factor.
/// </summary>
public float Scale;
public Vector2 Scale;
/// <summary>
/// The color to tint the item's texture with (use white for no tint).