1
0
mirror of synced 2025-02-20 12:31:12 +01:00

Dan song select screen small ui improvements

This commit is contained in:
0aubsq 2021-11-07 09:43:42 +01:00
parent b13bdee08d
commit 9a6a86fd7d
2 changed files with 5 additions and 3 deletions

View File

@ -63,6 +63,8 @@ namespace TJAPlayer3
public int[] PuchiChara = { 2, 11 };
public int[] Medals = { 0, 0 };
public int[] Character = { 0, 0 };
}
public Data data = new Data();

View File

@ -201,9 +201,9 @@ namespace TJAPlayer3
if (currentRank >= 0)
{
TJAPlayer3.Tx.DanResult_Rank.vc拡大縮小倍率.X = 0.24f;
TJAPlayer3.Tx.DanResult_Rank.vc拡大縮小倍率.Y = 0.24f;
TJAPlayer3.Tx.DanResult_Rank.t2D拡大率考慮上中央基準描画(TJAPlayer3.app.Device, xPos - 2, yPos - 24, new Rectangle(334 * currentRank, 0, 334, 334));
TJAPlayer3.Tx.DanResult_Rank.vc拡大縮小倍率.X = 0.20f;
TJAPlayer3.Tx.DanResult_Rank.vc拡大縮小倍率.Y = 0.20f;
TJAPlayer3.Tx.DanResult_Rank.t2D拡大率考慮上中央基準描画(TJAPlayer3.app.Device, xPos - 2, yPos - 14, new Rectangle(334 * currentRank, 0, 334, 334));
}
#endregion