RepatchBlocks() 공개 메소드

public RepatchBlocks ( bool type ) : void
type bool
리턴 void
예제 #1
0
 private void smallBlockOverlaysToolStripMenuItem_Click(object sender, EventArgs e)
 {
     GFX.RepatchBlocks(smallBlockOverlaysToolStripMenuItem.Checked);
     Properties.Settings.Default.SmallBlockOverlays = smallBlockOverlaysToolStripMenuItem.Checked;
     Properties.Settings.Default.Save();
     Level.ReRenderAll();
     levelEditorControl1.updateTileCache(true);
     Invalidate(true);
 }