| 223 |
if( !base.b活性化してない ) |
if( !base.b活性化してない ) |
| 224 |
{ |
{ |
| 225 |
this.tx背景 = CDTXMania.tテクスチャの生成( CSkin.Path( @"Graphics\5_background.jpg" ), false ); |
this.tx背景 = CDTXMania.tテクスチャの生成( CSkin.Path( @"Graphics\5_background.jpg" ), false ); |
| 226 |
if( File.Exists (CSkin.Path(@"Graphics\5_background.mp4"))) |
if( File.Exists (CSkin.Path(@"Graphics\5_background.mp4"))) |
| 227 |
{ |
{ |
| 228 |
this.ds背景動画 = CDTXMania.t失敗してもスキップ可能なDirectShowを生成する( CSkin.Path(@"Graphics\5_background.mp4"), CDTXMania.app.WindowHandle, true ); |
this.ds背景動画 = CDTXMania.t失敗してもスキップ可能なDirectShowを生成する( CSkin.Path(@"Graphics\5_background.mp4"), CDTXMania.app.WindowHandle, true ); |
| 229 |
} |
} |
| 230 |
this.tx上部パネル = CDTXMania.tテクスチャの生成( CSkin.Path( @"Graphics\5_header panel.png" ), false ); |
this.tx上部パネル = CDTXMania.tテクスチャの生成( CSkin.Path( @"Graphics\5_header panel.png" ), false ); |
| 231 |
this.tx下部パネル = CDTXMania.tテクスチャの生成( CSkin.Path( @"Graphics\5_footer panel.png" ), false ); |
this.tx下部パネル = CDTXMania.tテクスチャの生成( CSkin.Path( @"Graphics\5_footer panel.png" ), false ); |
| 232 |
this.txコメントバー = CDTXMania.tテクスチャの生成( CSkin.Path( @"Graphics\5_comment bar.png" ), true ); |
this.txコメントバー = CDTXMania.tテクスチャの生成( CSkin.Path( @"Graphics\5_comment bar.png" ), true ); |
| 233 |
this.txFLIP = CDTXMania.tテクスチャの生成( CSkin.Path( @"Graphics\5_skill number on gauge etc.png" ), false ); |
this.txFLIP = CDTXMania.tテクスチャの生成( CSkin.Path( @"Graphics\5_skill number on gauge etc.png" ), false ); |
| 289 |
AMSeekingSeekingFlags.NoPositioning); |
AMSeekingSeekingFlags.NoPositioning); |
| 290 |
} |
} |
| 291 |
} |
} |
| 292 |
|
|
| 293 |
if( this.tx背景 != null ) |
if( this.tx背景 != null ) |
| 294 |
this.tx背景.t2D描画( CDTXMania.app.Device, 0, 0 ); |
this.tx背景.t2D描画( CDTXMania.app.Device, 0, 0 ); |
| 295 |
|
|
| 307 |
if( this.tx上部パネル != null ) |
if( this.tx上部パネル != null ) |
| 308 |
this.tx上部パネル.t2D描画( CDTXMania.app.Device, 0, y ); |
this.tx上部パネル.t2D描画( CDTXMania.app.Device, 0, y ); |
| 309 |
|
|
| 310 |
//this.actInformation.On進行描画(); |
this.actInformation.On進行描画(); |
| 311 |
if( this.tx下部パネル != null ) |
if( this.tx下部パネル != null ) |
| 312 |
this.tx下部パネル.t2D描画( CDTXMania.app.Device, 0, 720 - this.tx下部パネル.sz画像サイズ.Height ); |
this.tx下部パネル.t2D描画( CDTXMania.app.Device, 0, 720 - this.tx下部パネル.sz画像サイズ.Height ); |
| 313 |
|
|
| 319 |
this.txコメントバー.t2D描画(CDTXMania.app.Device, 484, 342); |
this.txコメントバー.t2D描画(CDTXMania.app.Device, 484, 342); |
| 320 |
} |
} |
| 321 |
this.actArtistComment.On進行描画(); |
this.actArtistComment.On進行描画(); |
| 322 |
//this.actオプションパネル.On進行描画(); |
this.actオプションパネル.On進行描画(); |
| 323 |
if ( this.txFLIP != null && CDTXMania.ConfigIni.bIsSwappedGuitarBass ) // #24063 2011.1.16 yyagi |
if ( this.txFLIP != null && CDTXMania.ConfigIni.bIsSwappedGuitarBass ) // #24063 2011.1.16 yyagi |
| 324 |
{ |
{ |
| 325 |
Rectangle rect = new Rectangle(0x1f, 0x31, 20, 11); |
Rectangle rect = new Rectangle(0x1f, 0x31, 20, 11); |