示例#1
0
 private void Redo()
 {
     commandStack.RedoCommand();
     SetTilemapImage();
     if (sequences != null)
     {
         sequences.SetSequenceFrameImages();
         sequences.RealignFrames();
     }
 }
 private void buttonEditRedo_Click(object sender, EventArgs e)
 {
     commandStack.RedoCommand();
     SetBattlefieldImage();
 }
示例#3
0
 private void buttonEditRedo_Click(object sender, EventArgs e)
 {
     commandStack.RedoCommand();
     SetWorldMapImage();
 }