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

20 lines
299 B
JSON

{
"name": "Gui: Menu",
"type": "Gui",
"behaviors": [
"GuiBehavior"
],
"ignore": false,
"transform": {
"position": [ 0, 0, 0 ],
"rotation": {
"axis": [ 0, 0, 1 ],
"angle": 0
},
"scale": [ 1, 1, 1 ]
},
"metadata": {},
"assets": [
"./scripts/main.lua"
]
}