Files
Boundard/examples/square/scenes/square.json
T

32 lines
739 B
JSON

{
"default_camera": "square_camera",
"grid_background": true,
"actors": [
{
"name": "square",
"init": "square_init",
"tick": "square_tick",
"position": {
"x": 0,
"y": 0
},
"facing": {
"x": 1,
"y": 0
},
"mesh": {
"shape": "quad",
"texture": "Dank.png"
},
"children": [
{
"name": "square_camera",
"type": "camera",
"position": { "x": 0, "y": 0 },
"zoom": 0.2
}
]
}
]
}