This repository has been archived on 2021-04-27. You can view files and clone it, but cannot push or open issues or pull requests.
ludum-dare-48/assets/worlds/mainworld.json
2021-04-24 11:37:17 -04:00

16 lines
230 B
JSON

{
"end_position": {
"x": 10000.0,
"y": 10000.0
},
"fish": [
{
"x": 500.0,
"y": 300.0
},
{
"x": 800.0,
"y": 200.0
}
]
}