Dawn/assets/testmap.json
2024-10-06 22:23:26 -05:00

38 lines
692 B
JSON

{
"width": 10,
"height": 10,
"layers": [
{
"tiles": [
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1
]
}
],
"entities": [
{
"type": 1,
"x": 0,
"y": 0
},
{
"type": 2,
"x": 3,
"y": 3
},
{
"type": 3,
"x": 6,
"y": 6,
"text": "This is a sign."
}
]
}