#Image fails to show on 'start_screen.json'

1 messages · Page 1 of 1 (latest)

strange sparrow
#

I'm attempting to add menu bars to the start_screen.json however i dont appear to be getting anywhere, anything i mustve forgotten or gotten wrong?

#

Image fails to show on 'start_screen.json'

#

here is the code snippet if needed

    "type": "image",
    "fill": true,
    "texture": "textures/mtui/menubar",
    "size": [
      "100%",
      "100%"
    ]
  },

"mtui_additions": {
    "modifications": [
        {
            "array_name": "controls",
            "operation": "insert_front",
            "value": [
                { "[email protected]": {} }
            ]
        }
    ]
},```
fresh grove
#

Are you actually adding "mtui_additions" to the screen

fresh grove
# strange sparrow wdym?

Well just writing an element in a screen file does nothing you need to add it to the screen element

strange sparrow
fresh grove
#
  "start_screen_content": {
    "modifications": [{
      "array_name": "controls",
      "operation": "insert_back",
      "value": [{
        "[email protected]_additions": {}
      }]
    }]
  }
}```
strange sparrow
#

it works, thx 👍
however when the safe screen is reduced it reduces along which ig makes sense, anyway to ig "exclude" it from safe screen adjustments?

abstract linden
#

just make the texture expand further than the safe screen goes ¯_(ツ)_/¯

drifting lantern
#

@strange sparrow yo

strange sparrow
#

?