Try fixing the modal text being off if too long
This commit is contained in:
parent
0c12f3fcfb
commit
eb0ce7333b
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user