Fix opacity issues on the song select screen
This commit is contained in:
parent
7e47432d1a
commit
0ea0f7f125
@ -1278,6 +1278,11 @@ namespace FDK
|
||||
{
|
||||
this.color4 = c4;
|
||||
}
|
||||
|
||||
public void tUpdateOpacity(int o)
|
||||
{
|
||||
this.Opacity = o;
|
||||
}
|
||||
//-----------------
|
||||
#endregion
|
||||
}
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user