コード例 #1
0
ファイル: Summon.java プロジェクト: Cadaxar/FireEmblemMaps
 /* (non-Javadoc)
  * @see net.fe.overworldStage.OverworldContext#onCancel()
  */
 @Override
 public void onCancel() {
   super.onCancel();
   // Reset the position of the cursor on cancels
   cursor.setXCoord(unit.getXCoord());
   cursor.setYCoord(unit.getYCoord());
 }