mirror of
https://github.com/JasonTable/vore-mod.git
synced 2025-04-19 01:48:52 -04:00
97 lines
No EOL
2 KiB
JSON
97 lines
No EOL
2 KiB
JSON
{
|
|
"_fv": 24,
|
|
"_type": "gui",
|
|
"definition": {
|
|
"type": 0,
|
|
"width": 246,
|
|
"height": 110,
|
|
"inventoryOffsetX": 0,
|
|
"inventoryOffsetY": 0,
|
|
"renderBgLayer": true,
|
|
"doesPauseGame": false,
|
|
"components": [
|
|
{
|
|
"type": "label",
|
|
"data": {
|
|
"text": "Belly Data",
|
|
"color": {
|
|
"value": -16777216,
|
|
"falpha": 0.0
|
|
},
|
|
"name": "Belly Data",
|
|
"x": 96,
|
|
"y": 71
|
|
}
|
|
},
|
|
{
|
|
"type": "label",
|
|
"data": {
|
|
"text": "Belly name: <BNBT:text:bellyname>",
|
|
"color": {
|
|
"value": -16777216,
|
|
"falpha": 0.0
|
|
},
|
|
"name": "Belly name: <BNBT:text:bellyname>",
|
|
"x": 96,
|
|
"y": 82
|
|
}
|
|
},
|
|
{
|
|
"type": "textfield",
|
|
"data": {
|
|
"placeholder": "Belly name",
|
|
"width": 234,
|
|
"height": 20,
|
|
"name": "bellyname",
|
|
"x": 96,
|
|
"y": 93
|
|
}
|
|
},
|
|
{
|
|
"type": "label",
|
|
"data": {
|
|
"text": "Belly exit command: <BNBT:text:exitCMD>",
|
|
"color": {
|
|
"value": -16777216,
|
|
"falpha": 0.0
|
|
},
|
|
"name": "Belly exit command: <BNBT:text:exitCMD>",
|
|
"x": 96,
|
|
"y": 115
|
|
}
|
|
},
|
|
{
|
|
"type": "textfield",
|
|
"data": {
|
|
"placeholder": "Exit Command",
|
|
"width": 234,
|
|
"height": 20,
|
|
"name": "exitCMD",
|
|
"x": 96,
|
|
"y": 126
|
|
}
|
|
},
|
|
{
|
|
"type": "button",
|
|
"data": {
|
|
"text": "Change values",
|
|
"onClick": {
|
|
"name": "Changag"
|
|
},
|
|
"width": 81,
|
|
"height": 20,
|
|
"name": "Change values",
|
|
"x": 96,
|
|
"y": 148
|
|
}
|
|
}
|
|
],
|
|
"gridSettings": {
|
|
"sx": 18,
|
|
"sy": 18,
|
|
"ox": 11,
|
|
"oy": 15,
|
|
"snapOnGrid": false
|
|
}
|
|
}
|
|
} |