14 lines
354 B
JSON
14 lines
354 B
JSON
{
|
|
"name": "Test Map",
|
|
"entities": [
|
|
{ "type": "player", "position": [10, 2, 0], "direction": "north" },
|
|
{ "type": "item", "position": [12, 2, 0], "item": "POTION", "quantity": 1 },
|
|
{
|
|
"type": "npc",
|
|
"position": [8, 8, 1],
|
|
"path": [[4, 4, 0], [10, 10, 1], [4, 4, 0], [10, 10, 1]],
|
|
"cutscene": "test_npc"
|
|
}
|
|
]
|
|
}
|