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:11:24 -04:00

42 lines
753 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
},
{
"type": "env",
"name": "env_chair",
"variant": "Dark",
"position": [
4,
9
],
"rotation_degrees": -90
}
]