Files
Boundard/scenes/main.json
T
2026-08-17 10:26:27 +08:00

20 lines
357 B
JSON

{
"actors": [
{
"name": "square",
"position": {
"x": 0,
"y": 0
},
"facing": {
"x": 1,
"y": 0
},
"mesh": {
"shape": "quad",
"texture": "Dank.png"
}
}
]
}