engine/bin/data/entities/gui/mainmenu/menu.json

30 lines
509 B
JSON

{
"name": "Gui: Menu",
"type": "Gui",
"ignore": false,
"assets": [
"./scripts/menu.lua",
"./textures/menu.png"
],
"system": {
"clickable": true,
"hoverable": true
},
"transform": {
"position": [ 0, 0, 0 ],
"rotation": {
"axis": [ 0, 0, 1 ],
"angle": 0
},
"scale": [ 1, 1, 1 ]
},
"metadata": {
"experimental": true,
"uv": [ 0, 0, 1, 1 ],
"color": [ 1, 1, 1, 1 ],
"location": "",
"scaling": "relative",
"depth": 0.2,
"mode": "flat"
}
}