engine/bin/data/entities/gui/pause/main.json

25 lines
400 B
JSON

{
"name": "Gui: Menu",
"type": "Gui",
"behaviors": [
"GuiBehavior",
"ImguiBehavior"
],
"ignore": false,
"transform": {
"position": [ 0, 0, 0 ],
"rotation": {
"axis": [ 0, 0, 1 ],
"angle": 0
},
"scale": [ 1, 1, 1 ]
},
"metadata": {
"color": [ 0.1, 0.05, 0.1, 0.5 ],
"mode": 1
},
"assets": [
// "./textures/menu.png",
"./scripts/menu.lua"
]
}