Files
xiaoluolyg--god/agentsociety/custom/maps/_template/visuals/map.json
T
wehub-resource-sync aa1a5d5763
CI / Release hygiene (push) Waiting to run
CI / Python targeted tests (push) Waiting to run
CI / Frontend build (push) Waiting to run
Pages / Build and deploy public pages (push) Waiting to run
chore: import upstream snapshot with attribution
2026-07-13 13:18:17 +08:00

40 lines
760 B
JSON

{
"type": "map",
"version": "1.10",
"tiledversion": "1.10.2",
"orientation": "orthogonal",
"renderorder": "right-down",
"width": 4,
"height": 4,
"tilewidth": 32,
"tileheight": 32,
"infinite": false,
"tilesets": [],
"layers": [
{
"id": 1,
"name": "Ground",
"type": "tilelayer",
"visible": true,
"opacity": 1,
"x": 0,
"y": 0,
"width": 4,
"height": 4,
"data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
},
{
"id": 2,
"name": "Collisions",
"type": "tilelayer",
"visible": true,
"opacity": 1,
"x": 0,
"y": 0,
"width": 4,
"height": 4,
"data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
}
]
}