예제 #1
0
파일: Game1.cs 프로젝트: gmich/TileEngine
 private void OnWindowClientSizeChanged(object sender, System.EventArgs e)
 {
     this.resolutionManager.SetResolution(this.Window.ClientBounds.Width, this.Window.ClientBounds.Height);
     tileManager.AdjustLocation();
 }