31 lines
715 B
JSON
31 lines
715 B
JSON
{
|
|
"default_camera": "main_camera",
|
|
"grid_background": true,
|
|
"actors": [
|
|
{
|
|
"name": "square",
|
|
"position": {
|
|
"x": 0,
|
|
"y": 0
|
|
},
|
|
"facing": {
|
|
"x": 1,
|
|
"y": 0
|
|
},
|
|
"mesh": {
|
|
"shape": "quad",
|
|
"texture": "Dank.png"
|
|
},
|
|
"children": [
|
|
{
|
|
"name": "main_camera",
|
|
"type": "camera",
|
|
"position": { "x": 0, "y": 0 },
|
|
"facing": { "x": 1, "y": 0 },
|
|
"zoom": 1.0
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|