コード例 #1
0
 private void DrawEditor()
 {
     if (dPhase == DrawPhase.Trans)
     {
         ts.Draw(spriteBatch);
     }
     else
     {
         currentTile.Draw(spriteBatch);
     }
 }