Support Bongo as an alias for Konga in GAMETYPE (#588)
* Support Bongo as an alias for Konga in GAMETYPE * Delete CVeirticalSongNameFont.cs
This commit is contained in:
parent
44d0233f4c
commit
d8190106f1
@ -2689,7 +2689,7 @@ namespace TJAPlayer3
|
|||||||
sw.WriteLine("TimingZones4P={0}", this.nTimingZones[3]);
|
sw.WriteLine("TimingZones4P={0}", this.nTimingZones[3]);
|
||||||
sw.WriteLine("TimingZones5P={0}", this.nTimingZones[4]);
|
sw.WriteLine("TimingZones5P={0}", this.nTimingZones[4]);
|
||||||
sw.WriteLine();
|
sw.WriteLine();
|
||||||
sw.WriteLine("; Gametype (0 : Taiko, 1 : Konga)");
|
sw.WriteLine("; Gametype (0 : Taiko, 1 : Bongo)");
|
||||||
sw.WriteLine("Gametype1P={0}", (int)this.nGameType[0]);
|
sw.WriteLine("Gametype1P={0}", (int)this.nGameType[0]);
|
||||||
sw.WriteLine("Gametype2P={0}", (int)this.nGameType[1]);
|
sw.WriteLine("Gametype2P={0}", (int)this.nGameType[1]);
|
||||||
sw.WriteLine("Gametype3P={0}", (int)this.nGameType[2]);
|
sw.WriteLine("Gametype3P={0}", (int)this.nGameType[2]);
|
||||||
|
@ -1,34 +0,0 @@
|
|||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Text;
|
|
||||||
using System.IO;
|
|
||||||
using System.Runtime.InteropServices;
|
|
||||||
using System.Drawing;
|
|
||||||
using System.Drawing.Drawing2D;
|
|
||||||
using System.Diagnostics;
|
|
||||||
using FDK;
|
|
||||||
|
|
||||||
namespace TJAPlayer3
|
|
||||||
{
|
|
||||||
public class CVerticalSongNameFont
|
|
||||||
{
|
|
||||||
//必要な値
|
|
||||||
//_タイトル
|
|
||||||
//_サブタイトル(とりあえず最初は無しで進める)
|
|
||||||
//_
|
|
||||||
//_
|
|
||||||
//_
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#region [ private ]
|
|
||||||
//-----------------
|
|
||||||
private const string str回転させる文字 = "「」~()ー-~-∞—()《》{}<>『』[]…";
|
|
||||||
//-----------------
|
|
||||||
#endregion
|
|
||||||
}
|
|
||||||
}
|
|
@ -5933,6 +5933,7 @@ namespace TJAPlayer3
|
|||||||
case "Taiko":
|
case "Taiko":
|
||||||
chip.eGameType = EGameType.TAIKO;
|
chip.eGameType = EGameType.TAIKO;
|
||||||
break;
|
break;
|
||||||
|
case "Bongo":
|
||||||
case "Konga":
|
case "Konga":
|
||||||
chip.eGameType = EGameType.KONGA;
|
chip.eGameType = EGameType.KONGA;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user