#W# Go menu: You can now specify a map in the go menu .json file.
This commit is contained in:
parent
5d67792ee1
commit
50857d4a7a
10 changed files with 34 additions and 1240 deletions
11
Distribution/Data/go.json
Normal file
11
Distribution/Data/go.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"name": "The World",
|
||||
"categories": [
|
||||
{ "name": "Fel", "categories": [
|
||||
{ "name": "Towns", "locations": [
|
||||
{ "name": "Brit Fel", "location": [1592, 1680, 10], "map": "Felucca" } ] } ] },
|
||||
{ "name": "Tram", "categories": [
|
||||
{ "name": "Towns", "locations": [
|
||||
{ "name": "Brit Tram", "location": [1592, 1680, 10], "map": "Trammel" } ] } ] }
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue