wasm-test/maps.json

31 lines
599 B
JSON
Raw Normal View History

2024-11-20 16:56:38 +01:00
[
{
"name": "test1",
"collisions": [
{
"x": 0,
"y": 0,
"width": 100, "height": 100
},
{
"x": 50, "y": 400,
"width": 100, "height": 50
}
]
},
{
"name": "test2",
"collisions": [
{
"x": 50,
"y": 50,
"width": 10, "height": 7
},
{
"x": 400, "y": 50,
"width": 5, "height": 350
}
]
}
]