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

26 lines
454 B
JSON

{
"name": "Menu: Start Option",
"type": "Gui",
"ignore": false,
"transform": {
"position": [ -0.75622, 0.446468, 0 ],
"rotation": {
"axis": [ 0, 0, 1 ],
"angle": 0
},
"scale": [ 1, 1, 1 ]
},
"metadata": {
"clickable": true,
"hoverable": true,
"events": {
"click": {
"name": "game:Scene.Load",
"payload": { "scene": "SourceEngine" },
"delay": 0.125
}
},
"string": "Start"
}
}