#Image fails to show on 'start_screen.json'
1 messages · Page 1 of 1 (latest)
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]": {} }
]
}
]
},```
Are you actually adding "mtui_additions" to the screen
wdym?
Well just writing an element in a screen file does nothing you need to add it to the screen element
ohh, how do i add it to the screen element 💀
"start_screen_content": {
"modifications": [{
"array_name": "controls",
"operation": "insert_back",
"value": [{
"[email protected]_additions": {}
}]
}]
}
}```
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?
just make the texture expand further than the safe screen goes ¯_(ツ)_/¯
@strange sparrow yo
?