Text on 'Create New World' button is always gray and can't be colored
Partner Rank:
4
Partner Team Reporting:
TiDew (tomaxed)
Verification builds:
ver 1.12.0.11
Summary:
Text on 'Create New World' button is always gray and can't be colored
Impact:
The text will become invisible if the button has a similar gray color
Repro Steps:
step 1: Create a default texture pack containing the UI folder
step 2: open the file _global_variables located at 'YourCreatedPack/ui/_global_variables.json' and modify all the gray values ( 0.3, 0.3, 0.3 ) by something else, I used green in my case ( 0.0, 0.667, 0 )
step 3: launch the game
Observed Results:
All the gray texts and icons now have the new color, but the 'Create New World' (Play/Create New/Create New World) text is still gray
Expected Results:
The 'Create New World' button should have the color you picked
Screenshots/Videos attached: Yes
Notes:
To fix the bug with a texture pack:
step 1: Load the texture pack previously created with the modified global__variables.json file
setp 2: open the "ui_template_buttons" file located in YourCreatedPack/ui/ui_template_buttons.json
step 3: go to line 337, (it's the "light_text_button@light_button_assets" bloc) and modify
"$text_color": "$default_text_color"
by
"$text_color": "$light_button_default_text_color"
step 4: launch the game, the button now has the color you selected