engine/bin/data/entities/gui/hud/text.json

25 lines
402 B
JSON

{
"name": "HUD Overlay",
"type": "Gui",
"ignore": false,
"assets": [
],
"transform": {
"position": [ -0.9, -0.9, 0 ],
"rotation": {
"axis": [ 0, 0, 1 ],
"angle": 0
},
"scale": [ 1, 1, 1 ]
},
"metadata": {
"clickable": false,
"hoverable": false,
"uv": [ 0, 0, 1, 1 ],
"color": [ 1, 1, 1, 1 ],
"scaling": "relative",
"string": "1234567890"
}
}