da_jungle/monkey_village.json
2024-11-10 20:10:43 +00:00

31 lines
No EOL
782 B
JSON

{
"key": "monkey_village",
"label": "Monkey Village",
"updateInterval": 30,
"showControls": true,
"defaultHidden": false,
"markers": [
{
"type": "circ",
"data": {
"key": "monkey_village",
"center": {
"x": 1783,
"z": 1238
},
"radius": 50.0
},
"options": {
"stroke": {
"weight": 3,
"color": 52224
},
"tooltip": {
"content": "Monkey Village",
"direction": 2,
"sticky": true
}
}
}
]
}