Browse Subversion Repository
Diff of /trunk/DTXManiaプロジェクト/コード/ステージ/05.選曲/CStage選曲.cs
Parent Directory
| Revision Log
| Patch
| 223 |
{ |
{ |
| 224 |
if( !base.b活性化してない ) |
if( !base.b活性化してない ) |
| 225 |
{ |
{ |
| 226 |
if( this.txDS背景 == null ) |
if( this.txDS背景 == null && CDTXMania.Skin.ds選曲画面背景動画 != null ) |
| 227 |
this.txDS背景 = new CTexture( CDTXMania.app.Device, CDTXMania.Skin.ds選曲画面背景動画.n幅px, CDTXMania.Skin.ds選曲画面背景動画.n高さpx, CDTXMania.app.GraphicsDeviceManager.CurrentSettings.BackBufferFormat, Pool.Managed ); |
this.txDS背景 = new CTexture( CDTXMania.app.Device, CDTXMania.Skin.ds選曲画面背景動画.n幅px, CDTXMania.Skin.ds選曲画面背景動画.n高さpx, CDTXMania.app.GraphicsDeviceManager.CurrentSettings.BackBufferFormat, Pool.Managed ); |
| 228 |
|
|
| 229 |
this.tx背景 = CDTXMania.tテクスチャの生成( CSkin.Path( @"Graphics\5_background.jpg" ), false ); |
this.tx背景 = CDTXMania.tテクスチャの生成( CSkin.Path( @"Graphics\5_background.jpg" ), false ); |
| 293 |
} |
} |
| 294 |
*/ |
*/ |
| 295 |
|
|
| 296 |
|
this.tx背景.t2D描画( CDTXMania.app.Device, 0, 0 ); |
| 297 |
|
|
| 298 |
if( CDTXMania.Skin.ds選曲画面背景動画 != null ) |
if( CDTXMania.Skin.ds選曲画面背景動画 != null ) |
| 299 |
{ |
{ |
|
|
Legend:
| Removed from v.398 |
|
| changed lines |
| |
Added in v.400 |
|
|
| |