public PictureMap(MapController kantoMap) : base() { this.Width = 1000; this.Height = 1000; this.SetStyle(System.Windows.Forms.ControlStyles.AllPaintingInWmPaint | System.Windows.Forms.ControlStyles.UserPaint | System.Windows.Forms.ControlStyles.OptimizedDoubleBuffer, true); this.UpdateStyles(); InitilizeMatrix(); }
public AgentController(MapController mapController) { updatePerceptions(Map.Instance.Ash.Pos); mapCont = mapController; }