engine/bin/data/entities/gui/dialogue/text-box.json

27 lines
419 B
JSON

{
"name": "Gui: Dialogue Text Box",
"type": "Gui",
"behaviors": [
"GuiBehavior"
],
"ignore": false,
"transform": {
"position": [ 0, 0.5944, 0 ],
"rotation": {
"axis": [ 0, 0, 1 ],
"angle": 0
},
"scale": [ 0.5005, 0.3565, 1 ]
},
"system": {
"hot reload": {
"enabled": true
}
},
"metadata": {
"scaling": "none"
},
"assets": [
"./textures/text_box.png"
]
}