1
0
mirror of synced 2025-01-18 17:14:07 +01:00

Try fixing the modal text being off if too long

This commit is contained in:
0aubsq 2022-04-02 14:49:26 +02:00
parent 0c12f3fcfb
commit eb0ce7333b

View File

@ -157,7 +157,7 @@ namespace TJAPlayer3
: _pfModalTitleHalf,
Color.White,
Color.Black,
700);
1800);
string content = "";
@ -178,7 +178,7 @@ namespace TJAPlayer3
: _pfModalContentHalf,
Color.White,
Color.Black,
700);
1800);
_ModalText = TJAPlayer3.stage選曲.act曲リスト.ResolveTitleTexture(_content);
_ModalTitle = TJAPlayer3.stage選曲.act曲リスト.ResolveTitleTexture(_title);