Skip to content

Commit

Permalink
Update tracker.json
Browse files Browse the repository at this point in the history
  • Loading branch information
palex00 authored May 29, 2024
1 parent 8f3a7af commit cd5c401
Showing 1 changed file with 42 additions and 2 deletions.
44 changes: 42 additions & 2 deletions layouts/tracker.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
{
"tracker_default": {
"type": "container",
"background": "#111111",
Expand Down Expand Up @@ -58,11 +58,51 @@
"tabs": [
{
"title": "Kanto",
"icon": "images/map.png",
"icon": "images/items/townmap.png",
"content": {
"type": "map",
"maps": ["map"]
}
},
{
"title": "Rock Tunnel",
"icon": "images/items/extraboulder.png",
"content": {
"type": "map",
"maps": ["rocktunnel"]
}
},
{
"title": "Silph Co (1F-6F)",
"icon": "images/items/silph.png",
"content": {
"type": "map",
"maps": ["silph16"]
}
},
{
"title": "Silph Co (7F-11F)",
"icon": "images/items/silph.png",
"content": {
"type": "map",
"maps": ["silph711"]
}
},
{
"title": "Seafoam Island",
"icon": "images/pokedex/articuno.png",
"content": {
"type": "map",
"maps": ["seafoam"]
}
},
{
"title": "Pokémon Mansion",
"icon": "images/pokedex/mew.png",
"content": {
"type": "map",
"maps": ["mansion"]
}
}
]
}
Expand Down

0 comments on commit cd5c401

Please sign in to comment.