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 19, 2024
1 parent 4f3bb6d commit 682724a
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 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,19 @@
"tabs": [
{
"title": "Kanto",
"icon": "images/map.png",
"icon": "images/maps/map.png",
"content": {
"type": "map",
"maps": ["map"]
}
},
{
"title": "Rock Tunnel",
"icon": "images/maps/rocktunnel.png",
"content": {
"type": "map",
"maps": ["rocktunnel"]
}
}
]
}
Expand Down

0 comments on commit 682724a

Please sign in to comment.