public TDSC() : base() { graphics = new GraphicsDeviceManager(this); Content.RootDirectory = "Content"; graphics.PreferredBackBufferWidth = 672; graphics.PreferredBackBufferHeight = 672; map = new Map(this); mapEditor = new MapEditor(this); }
public Pathfinder(Map m) { map = m; }