Allow the setting of the "Resolution" parameter on SkinConfig.txt
This commit is contained in:
parent
883b1cd15b
commit
5497db06b8
1
.gitignore
vendored
1
.gitignore
vendored
@ -45,5 +45,6 @@
|
||||
/Test/System/0.JpnNijiiro
|
||||
/Test/System/BasicStyle
|
||||
/Test/System/OpenSkin
|
||||
/Test/System/SimpleStyle - コピー
|
||||
/Test/Global/Characters/Don
|
||||
*.score.ini
|
||||
|
@ -1087,14 +1087,14 @@ namespace TJAPlayer3
|
||||
{
|
||||
this.Skin_Creator = strParam;
|
||||
}
|
||||
/*else if (strCommand == "Resolution")
|
||||
else if (strCommand == "Resolution")
|
||||
{
|
||||
string[] strSplit = strParam.Split(',');
|
||||
for (int i = 0; i < 2; i++)
|
||||
{
|
||||
Resolution[i] = int.Parse(strSplit[i]);
|
||||
}
|
||||
}*/
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region [Background Scroll]
|
||||
|
Loading…
x
Reference in New Issue
Block a user