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 15:07:04 -04:00

20 lines
297 B
JSON

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