1
0
mirror of synced 2025-02-21 21:00:33 +01:00

Allow the setting of the "Resolution" parameter on SkinConfig.txt

This commit is contained in:
0auBSQ 2022-11-05 03:30:36 +09:00
parent 883b1cd15b
commit 5497db06b8
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -45,5 +45,6 @@
/Test/System/0.JpnNijiiro
/Test/System/BasicStyle
/Test/System/OpenSkin
/Test/System/SimpleStyle - コピー
/Test/Global/Characters/Don
*.score.ini

View File

@ -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]