da_jungle/monkey_village.json

31 lines
782 B
JSON
Raw Permalink Normal View History

2024-11-10 19:43:51 +00:00
{
"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
}
}
}
]
2024-09-24 17:14:16 +00:00
}