Add few extra assets for unlockables in heya
This commit is contained in:
parent
10ebe0e3d5
commit
21db24573a
@ -856,6 +856,8 @@ namespace TJAPlayer3
|
||||
Heya_Center_Menu_Box = TxC(HEYA + @"Center_Menu_Box.png");
|
||||
Heya_Center_Menu_Box_Slot = TxC(HEYA + @"Center_Menu_Box_Slot.png");
|
||||
Heya_Side_Menu = TxC(HEYA + @"Side_Menu.png");
|
||||
Heya_Box = TxC(HEYA + @"Box.png");
|
||||
Heya_Lock = TxC(HEYA + @"Lock.png");
|
||||
|
||||
#endregion
|
||||
|
||||
@ -1685,7 +1687,9 @@ namespace TJAPlayer3
|
||||
Heya_Center_Menu_Bar,
|
||||
Heya_Center_Menu_Box,
|
||||
Heya_Center_Menu_Box_Slot,
|
||||
Heya_Side_Menu;
|
||||
Heya_Side_Menu,
|
||||
Heya_Box,
|
||||
Heya_Lock;
|
||||
|
||||
#endregion
|
||||
|
||||
|
@ -217,11 +217,13 @@ namespace TJAPlayer3
|
||||
{
|
||||
TJAPlayer3.Tx.PuchiChara.color4 = C•ÏŠ·.ColorToColor4(Color.DarkGray);
|
||||
TJAPlayer3.Tx.Heya_Center_Menu_Box_Slot.color4 = C•ÏŠ·.ColorToColor4(Color.DarkGray);
|
||||
TJAPlayer3.Tx.Heya_Lock.color4 = C変換.ColorToColor4(Color.DarkGray);
|
||||
}
|
||||
else
|
||||
{
|
||||
TJAPlayer3.Tx.PuchiChara.color4 = C•ÏŠ·.ColorToColor4(Color.White);
|
||||
TJAPlayer3.Tx.Heya_Center_Menu_Box_Slot.color4 = C•ÏŠ·.ColorToColor4(Color.White);
|
||||
TJAPlayer3.Tx.Heya_Lock.color4 = C変換.ColorToColor4(Color.White);
|
||||
}
|
||||
|
||||
TJAPlayer3.Tx.Heya_Center_Menu_Box_Slot.t2DŠg‘å—¦<EFBFBD>l—¶<EFBFBD>ã’†‰›Šî<EFBFBD>€•`‰æ(TJAPlayer3.app.Device, 620 + 302 * i, 200);
|
||||
@ -244,13 +246,11 @@ namespace TJAPlayer3
|
||||
tmpTex.t2DŠg‘å—¦<EFBFBD>l—¶<EFBFBD>ã’†‰›Šî<EFBFBD>€•`‰æ(TJAPlayer3.app.Device, 620 + 302 * i, 448);
|
||||
}
|
||||
|
||||
#region [Unlockable information zone]
|
||||
if (puchiUnlockables.ContainsKey(pos)
|
||||
&& !TJAPlayer3.NamePlateConfig.data.UnlockedPuchicharas[iPlayer].Contains(pos))
|
||||
TJAPlayer3.Tx.Heya_Lock.t2D拡大率考慮上中央基準描画(TJAPlayer3.app.Device, 620 + 302 * i, 200);
|
||||
|
||||
if (i == 0 && this.ttkInfoSection != null)
|
||||
TJAPlayer3.stage選曲.act曲リスト.ResolveTitleTexture(this.ttkInfoSection)
|
||||
.t2D拡大率考慮上中央基準描画(TJAPlayer3.app.Device, 620, 560);
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
||||
@ -379,6 +379,20 @@ namespace TJAPlayer3
|
||||
#endregion
|
||||
|
||||
|
||||
#endregion
|
||||
|
||||
#region [Unlockable information zone]
|
||||
|
||||
if (iCurrentMenu >= 0)
|
||||
{
|
||||
if (this.ttkInfoSection != null && this.ttkInfoSection.str文字 != "")
|
||||
TJAPlayer3.Tx.Heya_Box.t2D描画(TJAPlayer3.app.Device, 0, 0);
|
||||
|
||||
if (this.ttkInfoSection != null)
|
||||
TJAPlayer3.stage選曲.act曲リスト.ResolveTitleTexture(this.ttkInfoSection)
|
||||
.t2D拡大率考慮上中央基準描画(TJAPlayer3.app.Device, 620, 560);
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region [General Don animations]
|
||||
@ -562,6 +576,7 @@ namespace TJAPlayer3
|
||||
else
|
||||
{
|
||||
iCurrentMenu = -1;
|
||||
this.ttkInfoSection = null;
|
||||
this.tResetOpts();
|
||||
}
|
||||
|
||||
|
BIN
Test/System/SimpleStyle/Graphics/10_Heya/Box.png
Normal file
BIN
Test/System/SimpleStyle/Graphics/10_Heya/Box.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 139 KiB |
BIN
Test/System/SimpleStyle/Graphics/10_Heya/Lock.png
Normal file
BIN
Test/System/SimpleStyle/Graphics/10_Heya/Lock.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
Binary file not shown.
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 19 KiB |
Loading…
Reference in New Issue
Block a user