Skip to content

Commit 3a8e5d3

Browse files
authored
Update README.md
1 parent 738d942 commit 3a8e5d3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,11 +271,15 @@ NodeJS Map clone replacement for [RealDeviceMap](https://github.com/realdevicema
271271
"path": "https://example.com/pokemon_images",
272272
// Since we can't traverse a remote directory easily, you'll need to provide
273273
// a list of available forms, shiny, or gender icons so the map is aware of
274-
// available icons so invalid icons are not shown.
274+
// available icons that way invalid icons are not shown.
275275
"pokemonList": ["001_163", "002_166", "002_166_shiny", "003_169", "003_169_female"],
276+
// Optional raid image vertical offset value
276277
"raidOffsetY": 0.269,
278+
// Optional quest image vertical offset value
277279
"questOffsetY": 0,
280+
// Optional gym image anchors veritical offset value
278281
"gymAnchorY": 0.849,
282+
// Optional pokestop image anchors vertical offset value
279283
"pokestopAnchorY": 0.896
280284
}
281285
},

0 commit comments

Comments
 (0)