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

22 lines
313 B
JSON

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