Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/DTXManiaプロジェクト/コード/ステージ/05.選曲/CActSelect曲リスト.cs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 530 by kairera0467, Sun Feb 21 14:22:07 2016 UTC revision 531 by kairera0467, Wed Feb 24 02:24:25 2016 UTC
# Line 1346  namespace DTXMania Line 1346  namespace DTXMania
1346    
1347                      if( this.tx選択されている曲のアーティスト名 != null )                      if( this.tx選択されている曲のアーティスト名 != null )
1348                      {                      {
1349                          int nアーティスト名X座標 = 782 - this.tx選択されている曲のアーティスト名.szテクスチャサイズ.Width;                          int nアーティスト名X座標 = 763 - (int)( this.tx選択されている曲のアーティスト名.szテクスチャサイズ.Width * 0.75f );
1350                          this.tx選択されている曲のアーティスト名.t2D描画( CDTXMania.app.Device, nアーティスト名X座標, 470 );                          this.tx選択されている曲のアーティスト名.t2D描画( CDTXMania.app.Device, nアーティスト名X座標, 470 );
1351                      }                      }
1352                  }                  }
# Line 1504  namespace DTXMania Line 1504  namespace DTXMania
1504    
1505                      if( this.tx選択されている曲のアーティスト名 != null )                      if( this.tx選択されている曲のアーティスト名 != null )
1506                      {                      {
1507                          int nアーティスト名X座標 = 782 - this.tx選択されている曲のアーティスト名.szテクスチャサイズ.Width;                          int nアーティスト名X座標 = 763 - (int)( this.tx選択されている曲のアーティスト名.szテクスチャサイズ.Width * 0.75f );
1508                          this.tx選択されている曲のアーティスト名.t2D描画( CDTXMania.app.Device, nアーティスト名X座標, 470 );                          this.tx選択されている曲のアーティスト名.t2D描画( CDTXMania.app.Device, nアーティスト名X座標, 470 );
1509                      }                      }
1510                  }                  }

Legend:
Removed from v.530  
changed lines
  Added in v.531

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26