engine/bin/data/entities/test/html.json

31 lines
551 B
JSON

{
"name": "Gui: HTML",
"type": "Gui",
"ignore": true,
"assets": [],
"behaviors": [
"GuiHtmlBehavior"
],
"transform": {
"position": [ 0, 4, 0 ],
"rotation": {
"axis": [ 1, 0, 0 ],
"angle": 3.14159
},
"scale": [ 2, 2, 2 ]
},
"metadata": {
"clickable": true,
"hoverable": true,
"uv": [ 0, 0, 1, 1 ],
"color": [ 1, 1, 1, 1 ],
"location": "",
"scaling": "relative",
"depth": 0.2,
"world": true,
"size": [ 1600, 1600 ],
"html": "https://youtube.com/",
"ignore inputs": false
}
}