Skip to content

Commit

Permalink
Changed to hires icon settings. (#1764)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienvercammen committed Jan 27, 2017
1 parent 60e52c1 commit 056e3e5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions static/js/map.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -789,13 +789,13 @@ var pGoStyleNight = [{
}]

var pokemonSprites = {
columns: 12,
iconWidth: 30,
iconHeight: 30,
spriteWidth: 360,
spriteHeight: 390,
columns: 7,
iconWidth: 65,
iconHeight: 65,
spriteWidth: 455,
spriteHeight: 1430,
filename: 'static/icons-sprite.png',
name: 'Normal'
name: 'High-Res'
}

//
Expand Down

2 comments on commit 056e3e5

@equatebrand
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had to edit line 797 to "filename: 'static/icons-large-sprite.png'," (I copied all the "icons-*sprite.png" from my "old" directory, though I guess I could have renamed that png) and run "grunt build" to get this working.

@tomballgithub
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had to make this same edit

Please sign in to comment.