Skip to content

Commit

Permalink
Merge pull request #870 from cj2tech/main
Browse files Browse the repository at this point in the history
Added Basic Map Labels for Ground Zero
  • Loading branch information
Shebuka authored Mar 10, 2024
2 parents 4bfb894 + 102e12b commit 67d54fe
Showing 1 changed file with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions src/data/maps.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,68 @@
}
]
}
],
"labels": [
{
"position": [-50,0],
"text": "TerraGroup"
},
{
"position": [150,1],
"text": "Skyside"
},
{
"position": [141,142],
"text": "Fusion"
},
{
"position": [14,201],
"text": "Empire"
},
{
"position": [115,285],
"text": "Capital Insight"
},
{
"position": [2,324],
"text": "Nakatani"
},
{
"position": [80, -118],
"text": "Elemental Global"
},
{
"position": [115,104],
"text": "Oasis",
"size": 70
},
{
"position": [115,30],
"text": "ASAP Winery",
"size": 70
},
{
"position": [43,150],
"text": "Tarbank",
"size": 70
},
{
"position": [58,234],
"text": "GAGRIN Hotel",
"size": 70
},
{
"position": [97,223],
"text": "M Showroom",
"size": 70
},
{
"position": [-13,48],
"text": "Science Office",
"top": 28,
"bottom": 28,
"size": 60
}
]
},
{
Expand Down

0 comments on commit 67d54fe

Please sign in to comment.