Closed pixelzoom closed 9 years ago
With exceptionally long strings (e.g. ?stringTest=long) the game feedback dialog can exceed the width of the play area. Eg:
?stringTest=long
Need to set maxWidth for GameFeedbackDialog.
Correction: Need to set maxWidth for LevelCompletedNode.
Fixed. Screenshot with stringTest=long:
stringTest=long
With exceptionally long strings (e.g.
?stringTest=long
) the game feedback dialog can exceed the width of the play area. Eg:Need to set maxWidth for GameFeedbackDialog.