Experimental selection code

This commit is contained in:
Simon Holmberg
2012-09-24 23:52:41 +02:00
parent afd91227a4
commit d52f1e5ef5
4 changed files with 73 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ using Microsoft.Xna.Framework.Input;
namespace DepthsBelow
{
class Camera
public class Camera
{
public float Zoom;
public Matrix Transform;