19 lines
365 B
JSON
19 lines
365 B
JSON
{
|
|
"actors": [
|
|
{
|
|
"name": "square",
|
|
"position": {
|
|
"x": 0,
|
|
"y": 0
|
|
},
|
|
"facing": {
|
|
"x": 0,
|
|
"y": 1
|
|
},
|
|
"mesh": {
|
|
"shape": "quad",
|
|
"texture": "assets/player.png"
|
|
}
|
|
}
|
|
]
|
|
} |