This repository has been archived on 2022-04-04. You can view files and clone it, but cannot push or open issues or pull requests.
ludum-dare-50/game/dist/map_gameMap.objects.json
2022-04-03 15:03:43 -04:00

32 lines
567 B
JSON

[
{
"type": "env",
"name": "env_umbrella",
"variant": "Blue",
"position": [
5,
7
],
"rotation_degrees": 90
},
{
"type": "env",
"name": "env_umbrella",
"variant": "RedTowels",
"position": [
7,
7
],
"rotation_degrees": 180
},
{
"type": "env",
"name": "env_towel",
"variant": "Red",
"position": [
6,
9
],
"rotation_degrees": 0
}
]