Browse Subversion Repository
Diff of /trunk/DTXManiaプロジェクト/コード/ステージ/05.選曲/CStage選曲.cs
Parent Directory
| Revision Log
| Patch
| 317 |
this.tx上部パネル.t2D描画( CDTXMania.app.Device, 0f, 143.0f, new Rectangle(0, 143, 200, 3 ) ); |
this.tx上部パネル.t2D描画( CDTXMania.app.Device, 0f, 143.0f, new Rectangle(0, 143, 200, 3 ) ); |
| 318 |
} |
} |
| 319 |
|
|
| 320 |
//this.actInformation.On進行描画(); |
this.actInformation.On進行描画(); |
| 321 |
if( this.tx下部パネル != null ) |
if( this.tx下部パネル != null ) |
| 322 |
this.tx下部パネル.t2D描画( CDTXMania.app.Device, 0, 720 - this.tx下部パネル.sz画像サイズ.Height ); |
this.tx下部パネル.t2D描画( CDTXMania.app.Device, 0, 720 - this.tx下部パネル.sz画像サイズ.Height ); |
| 323 |
|
|
| 331 |
{ |
{ |
| 332 |
// this.txコメントバー.t2D描画(CDTXMania.app.Device, 484, 342); |
// this.txコメントバー.t2D描画(CDTXMania.app.Device, 484, 342); |
| 333 |
} |
} |
| 334 |
// this.actArtistComment.On進行描画(); |
this.actArtistComment.On進行描画(); |
| 335 |
//this.actオプションパネル.On進行描画(); |
//this.actオプションパネル.On進行描画(); |
| 336 |
if ( this.txFLIP != null && CDTXMania.ConfigIni.bIsSwappedGuitarBass ) // #24063 2011.1.16 yyagi |
if ( this.txFLIP != null && CDTXMania.ConfigIni.bIsSwappedGuitarBass ) // #24063 2011.1.16 yyagi |
| 337 |
{ |
{ |
|
|
Legend:
| Removed from v.205 |
|
| changed lines |
| |
Added in v.212 |
|
|
| |