Develop and Download Open Source Software

Browse Subversion Repository

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

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

revision 101 by kairera0467, Sat May 18 12:31:53 2013 UTC revision 104 by kairera0467, Mon May 20 07:14:24 2013 UTC
# Line 284  namespace DTXMania Line 284  namespace DTXMania
284                                          y = ( (int) ( this.tx上部パネル.sz画像サイズ.Height * dbY表示割合 ) ) - this.tx上部パネル.sz画像サイズ.Height;                                          y = ( (int) ( this.tx上部パネル.sz画像サイズ.Height * dbY表示割合 ) ) - this.tx上部パネル.sz画像サイズ.Height;
285                                  }                                  }
286                                  if( this.tx上部パネル != null )                                  if( this.tx上部パネル != null )
287                              this.tx上部パネル.t2D描画( CDTXMania.app.Device, 0, y );                                                  this.tx上部パネル.t2D描画( CDTXMania.app.Device, 0, y );
288    
289                                  //this.actInformation.On進行描画();                                  this.actInformation.On進行描画();
290                                  if( this.tx下部パネル != null )                                  if( this.tx下部パネル != null )
291                                          this.tx下部パネル.t2D描画( CDTXMania.app.Device, 0, 720 - this.tx下部パネル.sz画像サイズ.Height );                                          this.tx下部パネル.t2D描画( CDTXMania.app.Device, 0, 720 - this.tx下部パネル.sz画像サイズ.Height );
292    
# Line 298  namespace DTXMania Line 298  namespace DTXMania
298                      this.txコメントバー.t2D描画(CDTXMania.app.Device, 484, 342);                      this.txコメントバー.t2D描画(CDTXMania.app.Device, 484, 342);
299                                  }                                  }
300                                  this.actArtistComment.On進行描画();                                  this.actArtistComment.On進行描画();
301                                  //this.actオプションパネル.On進行描画();                                  this.actオプションパネル.On進行描画();
302                                  if ( this.txFLIP != null && CDTXMania.ConfigIni.bIsSwappedGuitarBass )  // #24063 2011.1.16 yyagi                                  if ( this.txFLIP != null && CDTXMania.ConfigIni.bIsSwappedGuitarBass )  // #24063 2011.1.16 yyagi
303                                  {                                  {
304                                          Rectangle rect = new Rectangle(0x1f, 0x31, 20, 11);                                          Rectangle rect = new Rectangle(0x1f, 0x31, 20, 11);

Legend:
Removed from v.101  
changed lines
  Added in v.104

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