#W# Go menu: You can now specify a map in the go menu .json file.

This commit is contained in:
WarrentyExpired 2026-08-28 20:06:52 -04:00
parent 5d67792ee1
commit 50857d4a7a
10 changed files with 34 additions and 1240 deletions

11
Distribution/Data/go.json Normal file
View 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" } ] } ] }
]
}