Deprecated Component.GridTransform and Component.PixelTransform in favour of new Component.Transform which keeps track of both the grid position and the world position, while keeping them related.

This commit is contained in:
Simon Holmberg
2012-09-30 13:51:04 +02:00
parent 57789c4600
commit f8e9ec4630
9 changed files with 244 additions and 70 deletions
@@ -123,6 +123,7 @@
<ItemGroup>
<Compile Include="Camera.cs" />
<Compile Include="Component\PathFinder.cs" />
<Compile Include="Component\Transform.cs" />
<Compile Include="Grid.cs" />
<Compile Include="Component\Collision.cs" />
<Compile Include="Component\Component.cs" />