engine/bin/data/scenes/worldscape/gui/pause/menu.json

29 lines
487 B
JSON

{
"name": "Gui: Menu",
"type": "Gui",
"behaviors": [
"GuiBehavior",
"GuiWorldPauseMenuBehavior"
],
"ignore": false,
"transform": {
"position": [ 0, 0, 0 ],
"rotation": {
"axis": [ 0, 0, 1 ],
"angle": 0
},
"scale": [ 1, 1, 1 ]
},
"metadata": {
"uv": [ 0, 0, 1, 1 ],
"color": [ 0.1, 0.05, 0.1, 1 ],
"location": "",
"scaling": "relative",
"depth": 0.2,
"alpha": 0.4,
"mode": 1
},
"assets": [
"./textures/menu.png"
]
}