Skip to content

Commit

Permalink
Update VERSION to Ver3.62bGD(200728) and VERSION_DISPLAY to DTX:J:A:A…
Browse files Browse the repository at this point in the history
…:2020072800

Commit new builds and updated config.ini file
  • Loading branch information
fisyher committed Jul 28, 2020
1 parent 5757cae commit 5b91560
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ namespace DTXMania
{
internal class CStageタイトル : CStage
{
public static readonly string VERSION_DISPLAY = "DTX:J:A:A:2020072800";
// コンストラクタ

public CStageタイトル()
Expand Down Expand Up @@ -184,7 +185,7 @@ public override int On進行描画()
if( this.tx背景 != null )
this.tx背景.t2D描画( CDTXMania.app.Device, 0, 0 );

CDTXMania.act文字コンソール.tPrint( 2, 2, C文字コンソール.Eフォント種別., "DTX:J:A:A:2019060800" );
CDTXMania.act文字コンソール.tPrint( 2, 2, C文字コンソール.Eフォント種別., VERSION_DISPLAY);

if( this.txメニュー != null )
{
Expand Down
2 changes: 1 addition & 1 deletion DTXManiaプロジェクト/コード/全体/CDTXMania.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ internal class CDTXMania : Game
{
// プロパティ

public static readonly string VERSION = "Ver3.62aGD(190608)";
public static readonly string VERSION = "Ver3.62bGD(200728)";
public static readonly string SLIMDXDLL = "c_net20x86_Jun2010";
public static readonly string D3DXDLL = "d3dx9_43.dll"; // June 2010
//public static readonly string D3DXDLL = "d3dx9_42.dll"; // February 2010
Expand Down
Binary file modified 実行時フォルダ(DTXCreator)/FDK.dll
Binary file not shown.
Binary file modified 実行時フォルダ/Config.ini
Binary file not shown.
Binary file modified 実行時フォルダ/DTXManiaGR.exe
Binary file not shown.
Binary file modified 実行時フォルダ/FDK.dll
Binary file not shown.

0 comments on commit 5b91560

Please sign in to comment.