Files
2026-08-17 10:26:27 +08:00

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"
}
}
]
}