예제 #1
0
 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();
 }
예제 #2
0
 public AgentController(MapController mapController)
 {
     updatePerceptions(Map.Instance.Ash.Pos);
     mapCont = mapController;
 }