wasm-test/maps.json

31 lines
599 B
JSON

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