1
0
mirror of synced 2025-01-19 01:24:08 +01:00

Fix opacity issues on the song select screen

This commit is contained in:
0auBSQ 2022-12-31 15:22:59 +09:00
parent 7e47432d1a
commit 0ea0f7f125
2 changed files with 11 additions and 0 deletions

View File

@ -1278,6 +1278,11 @@ namespace FDK
{
this.color4 = c4;
}
public void tUpdateOpacity(int o)
{
this.Opacity = o;
}
//-----------------
#endregion
}

View File

@ -2653,6 +2653,12 @@ namespace TJAPlayer3
TJAPlayer3.Tx.SongSelect_Favorite.Opacity = opct;
TJAPlayer3.Tx.TowerResult_ScoreRankEffect.Opacity = opct;
TJAPlayer3.Tx.DanResult_Rank.Opacity = opct;
TJAPlayer3.Tx.SongSelect_Level_Number_Big?.tUpdateOpacity(opct);
for (int i = 0; i < TJAPlayer3.Tx.SongSelect_Song_Panel.Length; i++)
{
TJAPlayer3.Tx.SongSelect_Song_Panel[i]?.tUpdateOpacity(opct);
}
if (eバー種別 == Eバー種別.Random)
{