如题,就是额
{
"image": {
"parent": "builtin/text",
"image": "customloadingscreen:font/ascii.png",
"position_type": "BOTTOM_CENTER",
"offset_pos": "BOTTOM_CENTER",
"text": "(sub_status == 'zerocore:debugtool') ? 'It is gonna be stuck here for a while, be patient...' : sub_status",
"position": {
"x": "0",
"y": "-15",
"width": "0",
"height": "0"
},
"colour": "0xFFBDBDBD"
}
}
这一段的image怎么设置多个
"image": {
"parent": "builtin/text",
"image": "customloadingscreen:font/ascii.png",
"position_type": "BOTTOM_CENTER",
"offset_pos": "BOTTOM_CENTER",
"text": "(sub_status == 'zerocore:debugtool') ? 'It is gonna be stuck here for a while, be patient...' : sub_status",
"position": {
"x": "0",
"y": "-15",
"width": "0",
"height": "0"
},
"colour": "0xFFBDBDBD"
}
}
这一段的image怎么设置多个