20 lines
357 B
JSON
20 lines
357 B
JSON
{
|
|
"actors": [
|
|
{
|
|
"name": "square",
|
|
"position": {
|
|
"x": 0,
|
|
"y": 0
|
|
},
|
|
"facing": {
|
|
"x": 1,
|
|
"y": 0
|
|
},
|
|
"mesh": {
|
|
"shape": "quad",
|
|
"texture": "Dank.png"
|
|
}
|
|
}
|
|
]
|
|
}
|