1
0
mirror of synced 2025-02-17 19:09:25 +01:00

CSkinを一部修正 (#392)

This commit is contained in:
Takkkom 2023-02-18 11:44:28 +09:00 committed by GitHub
parent 3417ac7346
commit 49e7aa3d6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3318,7 +3318,7 @@ namespace TJAPlayer3
Game_CourseSymbol_Back_4P[i] = int.Parse(strSplit[i]);
}
}
else if (strCommand == "Game_CourseSymbol_5P")
else if (strCommand == "Game_CourseSymbol_Back_5P")
{
string[] strSplit = strParam.Split(',');
for (int i = 0; i < 2; i++)
@ -3326,6 +3326,22 @@ namespace TJAPlayer3
Game_CourseSymbol_Back_5P[i] = int.Parse(strSplit[i]);
}
}
else if (strCommand == "Game_CourseSymbol_Back_Rect_4P")
{
string[] strSplit = strParam.Split(',');
for (int i = 0; i < 4; i++)
{
Game_CourseSymbol_Back_Rect_4P[i] = int.Parse(strSplit[i]);
}
}
else if (strCommand == "Game_CourseSymbol_Back_Rect_5P")
{
string[] strSplit = strParam.Split(',');
for (int i = 0; i < 4; i++)
{
Game_CourseSymbol_Back_Rect_5P[i] = int.Parse(strSplit[i]);
}
}
#endregion
#region PanelFont