Skip to content

Commit

Permalink
Merge remote-tracking branch 'own2/PR-create-gym-images' into PR-is-i…
Browse files Browse the repository at this point in the history
…n-battle
  • Loading branch information
michikrug committed Mar 12, 2018
2 parents 20b514a + 5b58511 commit 0e939e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -1320,7 +1320,7 @@ function createGymImage(item, callback) {
let coords = getSpriteCoordinates(raidPokemon)
if (results[2]) ctx.drawImage(results[2], coords.x, coords.y, 80, 80, 8, 40, 49, 49)
} else {
// Draw questionmark
// Draw question mark
drawStroked(ctx, '?', 18, 87, 60, '#33363a', '#d8e5ea')
}
}
Expand Down

0 comments on commit 0e939e7

Please sign in to comment.