#Settings_common messed my world edit screen up. Can someone help me fix?

1 messages · Page 1 of 1 (latest)

wind ice
#

So i was editing the settings menu and moving elements around without realizing it was changing the world edit screen. Is there a way i can seperate these and edit them individually without affecting the other?

Image 1: World Edit Screen
Image 2: Settings Screen

#

ideally i want to just move the preview and play button to the other side

wind ice
#

i hope somebody can help me with this. I've been editing this all day, im gonna call it a night from the UI customization but if there is a way to move the thumbnail and play buttons to the other side of the world options without affecting the settings screen that would be ideal.

raw osprey
#

I believe that entire screen is wrapped in a stack panel that splits them. I think u can just flip the orientation

wind ice
#

But the settings_screen.json changes both of them. I cant find the edit world screen inside of the file. I dont wanna flip it and mess up my settings

wind ice
#

yeah in settings_screen.json i just see the elements for the settings screen not the edit world screen. So im not sure what i need to change ot how i am supposed to seperate them.

wind ice
#
"screen_world_edit@settings_screen_base": {
    "$screen_bg_content": "common.custombg7",
    "$is_world_create": false,
    "$is_template_create": false,
    "$is_world_edit": true,
    "$_include_world_section": true
 },``` This is the only thing i see for the edit world screen.
#

the button elements in the file dont correspond to the ones in the edit world screen.

#

so idk where the stack panel is that contains the edit world screen. Why do they have to be connected?

wind ice
#

using the world_section.json file i was able to remove the thumbnail but then the left panel for the buttons extended out what i can only assume is an infinite amount. I tried offsetting the button x pos by 2000% and the button did not move at all. I dont see the button being apart of the thumbnail panel. I dont see where its connected to it.

wind ice
#

okay its all fukd now

#

😦

#

i hate JSON UI.

#

the buttons that used to be small and fit have now been extended and idk what i did

#

i reset the world_section.json edits and it still persists so the issue is most likely in settings_common but idk what it is because the code is long and i gotta spend hours combing through it...