How to replicate:
Select german as your games language
make sure game pausing feature is enable if it isn’t already
join a world and pause the game
look at the game is paused indicator
Why is it happening
The width of the container isn’t hardcoded, but the width of the text panel is (the code from bedrock samples 1.21.70.3):
"[email protected]_background": {
"size": [ 90, 24 ],
"$screen_background_alpha": 0.5,
"controls": [
{
"pause@paused_text": {}
}
]
}
the width shouldn’t be hardcoded. A possible fix would be replacing "size": [ 90, 24 ],
with something like "size": [ "100%c + 5px", 24 ],
Expected result
The black box should contain the entire text.
Observed result
The black box does not contain the entire text (see attachment)
Linked issues
is duplicated by 1
Attachments
Comments 0
No comments.